X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=d288f54f2458ffcfcb24e06853d5f2b0e04f9c19;hb=37a06df577bbfd00f4b361f92cacb0d97036ba93;hp=33df19924bfdc6fc0fcfbd105046cdad8eb2cc5d;hpb=652f2eebd3bac1458da0010bef1b1208c19649c7;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 33df1992..d288f54f 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" }, @@ -4181,13 +4182,13 @@ struct ConfigInfo image_config[] = { "editor.element_border_input.xpos", "0" }, { "editor.element_border_input.ypos", "0" }, - { "editor.cascade_list", "RocksFontEM.pcx" }, - { "editor.cascade_list.xpos", "11" }, - { "editor.cascade_list.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", "RocksFontEM.pcx" }, - { "editor.cascade_list.active.xpos", "13" }, - { "editor.cascade_list.active.ypos", "0" }, + { "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" },