X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=7967bac637b556c77ea75ae5bdefc5b2b8c996ea;hb=e5a0a3097d6a6c3afea01b3deeee9b206982ec1d;hp=09fff402402ea34c8de88f35d641b95ce410fe5f;hpb=68f0ce90185b6ea19cad62bc6328326bda538951;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 09fff402..7967bac6 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -3450,6 +3450,7 @@ struct ConfigInfo image_config[] = { "emc_android.xpos", "0" }, { "emc_android.ypos", "8" }, { "emc_android.frames", "8" }, + { "emc_android.delay", "2" }, { "emc_grass", "RocksEMC.pcx" }, { "emc_grass.xpos", "0" }, @@ -3659,13 +3660,13 @@ struct ConfigInfo image_config[] = /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ /* (for testing, change filename back to "emc_object dot pcx") */ - { "emc_object", "RocksEMC.pcx" }, + { "emc_object", "emc_object.pcx" }, #if 0 { "emc_object.scale_up_factor", "2" }, #endif /* (for testing, change filename back to "emc_sprite dot pcx") */ - { "emc_sprite", "RocksEMC.pcx" }, + { "emc_sprite", "emc_sprite.pcx" }, #if 0 { "emc_sprite.scale_up_factor", "2" }, #endif @@ -3912,13 +3913,13 @@ struct ConfigInfo image_config[] = { "menu.button_down.active.ypos", "9" }, { "menu.button_down.active.frames", "1" }, - { "menu.button_enter_menu", UNDEFINED_FILENAME }, + { "menu.button_enter_menu", "RocksDC.pcx" }, { "menu.button_enter_menu.clone_from", "menu.button_right" }, - { "menu.button_enter_menu.active", UNDEFINED_FILENAME }, + { "menu.button_enter_menu.active", "RocksDC.pcx" }, { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" }, - { "menu.button_leave_menu", UNDEFINED_FILENAME }, + { "menu.button_leave_menu", "RocksDC.pcx" }, { "menu.button_leave_menu.clone_from", "menu.button_left" }, - { "menu.button_leave_menu.active", UNDEFINED_FILENAME }, + { "menu.button_leave_menu.active", "RocksDC.pcx" }, { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" }, { "menu.scrollbar", "RocksDC.pcx" }, @@ -3956,11 +3957,6 @@ struct ConfigInfo image_config[] = { "font.title_1.y", "480" }, { "font.title_1.width", "32" }, { "font.title_1.height", "32" }, - { "font.title_1.LEVELS", "RocksFontBig.pcx" }, - { "font.title_1.LEVELS.x", "0" }, - { "font.title_1.LEVELS.y", "320" }, - { "font.title_1.LEVELS.width", "32" }, - { "font.title_1.LEVELS.height", "32" }, { "font.title_2", "RocksFontSmall.pcx" }, { "font.title_2.x", "0" }, { "font.title_2.y", "0" }, @@ -4186,6 +4182,15 @@ struct ConfigInfo image_config[] = { "editor.element_border_input.xpos", "0" }, { "editor.element_border_input.ypos", "0" }, + { "editor.cascade_list", "RocksDoor.pcx" }, + { "editor.cascade_list.x", "708" }, + { "editor.cascade_list.y", "80" }, + { "editor.cascade_list.frames", "1" }, + { "editor.cascade_list.active", "RocksDoor.pcx" }, + { "editor.cascade_list.active.x", "740" }, + { "editor.cascade_list.active.y", "80" }, + { "editor.cascade_list.active.frames", "1" }, + { "background.envelope_1", "RocksScreen.pcx" }, { "background.envelope_1.x", "0" }, { "background.envelope_1.y", "0" }, @@ -4256,9 +4261,14 @@ struct ConfigInfo image_config[] = { "menu.list_size.SCORES", "-1" }, { "menu.list_size.INFO", "-1" }, + { "door_1.width", "-1" }, + { "door_1.height", "-1" }, { "door_1.step_offset", "2" }, { "door_1.step_delay", "10" }, { "door_1.anim_mode", "default" }, + + { "door_2.width", "-1" }, + { "door_2.height", "-1" }, { "door_2.step_offset", "2" }, { "door_2.step_delay", "10" }, { "door_2.anim_mode", "default" },