X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=259f7317e0165905e9cbaa2d67a7539358cd7a3d;hb=1e422c29292f0583391b0ce9e9c872b38f035ac0;hp=459879202234452cad886686bcf4cfde8a0f98a9;hpb=d1eb03c63b0eaa2fd1bfa97d4b68ef678aa07bd2;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 45987920..259f7317 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5152,21 +5152,21 @@ struct ConfigInfo image_config[] = { "global.busy.frames_per_line", "7" }, { "global.busy.delay", "2" }, - { "editor.element_border", "RocksElements.pcx" }, - { "editor.element_border.x", "0" }, - { "editor.element_border.y", "0" }, + { "editor.element_border", "RocksMore.pcx" }, + { "editor.element_border.xpos", "0" }, + { "editor.element_border.ypos", "2" }, - { "editor.element_border_input", "RocksDoor.pcx" }, - { "editor.element_border_input.x", "740" }, - { "editor.element_border_input.y", "48" }, + { "editor.element_border_input", "RocksMore.pcx" }, + { "editor.element_border_input.xpos", "10" }, + { "editor.element_border_input.ypos", "7" }, - { "editor.cascade_list", "RocksDoor.pcx" }, - { "editor.cascade_list.x", "708" }, - { "editor.cascade_list.y", "80" }, + { "editor.cascade_list", "RocksMore.pcx" }, + { "editor.cascade_list.xpos", "10" }, + { "editor.cascade_list.ypos", "8" }, { "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", "RocksMore.pcx" }, + { "editor.cascade_list.active.xpos", "9" }, + { "editor.cascade_list.active.ypos", "8" }, { "editor.cascade_list.active.frames", "1" }, { "background", UNDEFINED_FILENAME }, @@ -5186,12 +5186,16 @@ struct ConfigInfo image_config[] = { "background.SETUP", UNDEFINED_FILENAME }, { "background.PLAYING", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, - { "background.PANEL", UNDEFINED_FILENAME }, { "background.TAPE", "RocksDoor.pcx" }, { "background.TAPE.x", "200" }, { "background.TAPE.y", "280" }, { "background.TAPE.width", "100" }, { "background.TAPE.height", "100" }, + { "background.PANEL", "RocksDoor.pcx" }, + { "background.PANEL.x", "400" }, + { "background.PANEL.y", "0" }, + { "background.PANEL.width", "100" }, + { "background.PANEL.height", "280" }, { "background.titlescreen_initial_1", UNDEFINED_FILENAME }, { "background.titlescreen_initial_2", UNDEFINED_FILENAME }, @@ -6648,6 +6652,7 @@ struct ConfigInfo image_config[] = { "game.use_native_emc_graphics_engine", "false" }, { "game.use_native_sp_graphics_engine", "true" }, { "game.use_masked_pushing", "false" }, + { "game.tile_size", "32" }, { "[player].boring_delay_fixed", "1000" }, { "[player].boring_delay_random", "1000" },