X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=b9e97c3008da0e9ca4c0ff7a20a3cc98f3164484;hb=b640b9d7647df4cbba0e530f6f4bcece384048e4;hp=96f2b53760de307ef0f5262107432c209af6a9b3;hpb=5fb4ddfd1d152d256f6b30e2dfeae0d14681893e;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 96f2b537..b9e97c30 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -1212,21 +1212,33 @@ struct ConfigInfo image_config[] = { "yamyam.left.ypos", "5" }, { "yamyam.left.frames", "4" }, { "yamyam.left.anim_mode", "pingpong2" }, + { "yamyam.left.EDITOR", "RocksEMC.pcx" }, + { "yamyam.left.EDITOR.xpos", "7" }, + { "yamyam.left.EDITOR.ypos", "15" }, { "yamyam.right", "RocksElements.pcx" }, { "yamyam.right.xpos", "0" }, { "yamyam.right.ypos", "5" }, { "yamyam.right.frames", "4" }, { "yamyam.right.anim_mode", "pingpong2" }, + { "yamyam.right.EDITOR", "RocksEMC.pcx" }, + { "yamyam.right.EDITOR.xpos", "8" }, + { "yamyam.right.EDITOR.ypos", "15" }, { "yamyam.up", "RocksElements.pcx" }, { "yamyam.up.xpos", "0" }, { "yamyam.up.ypos", "5" }, { "yamyam.up.frames", "4" }, { "yamyam.up.anim_mode", "pingpong2" }, + { "yamyam.up.EDITOR", "RocksEMC.pcx" }, + { "yamyam.up.EDITOR.xpos", "5" }, + { "yamyam.up.EDITOR.ypos", "15" }, { "yamyam.down", "RocksElements.pcx" }, { "yamyam.down.xpos", "0" }, { "yamyam.down.ypos", "5" }, { "yamyam.down.frames", "4" }, { "yamyam.down.anim_mode", "pingpong2" }, + { "yamyam.down.EDITOR", "RocksEMC.pcx" }, + { "yamyam.down.EDITOR.xpos", "6" }, + { "yamyam.down.EDITOR.ypos", "15" }, { "yamyam.moving", "RocksElements.pcx" }, { "yamyam.moving.xpos", "0" }, { "yamyam.moving.ypos", "5" }, @@ -3446,9 +3458,24 @@ struct ConfigInfo image_config[] = { "trigger_ce_value", "RocksDC.pcx" }, { "trigger_ce_value.xpos", "15" }, - { "trigger_ce_value.ypos", "15" }, + { "trigger_ce_value.ypos", "11" }, { "trigger_ce_value.frames", "1" }, + { "trigger_ce_score", "RocksDC.pcx" }, + { "trigger_ce_score.xpos", "15" }, + { "trigger_ce_score.ypos", "12" }, + { "trigger_ce_score.frames", "1" }, + + { "current_ce_value", "RocksDC.pcx" }, + { "current_ce_value.xpos", "14" }, + { "current_ce_value.ypos", "11" }, + { "current_ce_value.frames", "1" }, + + { "current_ce_score", "RocksDC.pcx" }, + { "current_ce_score.xpos", "14" }, + { "current_ce_score.ypos", "12" }, + { "current_ce_score.frames", "1" }, + { "emc_key_5", "RocksEMC.pcx" }, { "emc_key_5.xpos", "0" }, { "emc_key_5.ypos", "5" }, @@ -4055,6 +4082,15 @@ struct ConfigInfo image_config[] = { "menu.button_leave_menu.active", "RocksDC.pcx" }, { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" }, + { "menu.button_next_level", "RocksDC.pcx" }, + { "menu.button_next_level.clone_from", "menu.button_right" }, + { "menu.button_next_level.active", "RocksDC.pcx" }, + { "menu.button_next_level.active.clone_from", "menu.button_right.active" }, + { "menu.button_last_level", "RocksDC.pcx" }, + { "menu.button_last_level.clone_from", "menu.button_left" }, + { "menu.button_last_level.active", "RocksDC.pcx" }, + { "menu.button_last_level.active.clone_from", "menu.button_left.active" }, + { "menu.scrollbar", "RocksDC.pcx" }, { "menu.scrollbar.xpos", "8" }, { "menu.scrollbar.ypos", "10" },