X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=854fa2648da8cb81ab15d528c3a3d1edd5dfe292;hb=60905b7f08ae9a2c88299731a8ce490c31d8b6e0;hp=a607b377908db46b56316ed92ece1ee4b839870b;hpb=8da08295743b5a375f8cabe26cc1d48249c89b42;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a607b377..854fa264 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6039,6 +6039,9 @@ struct ConfigInfo image_config[] = { "menu.button_play_solution", UNDEFINED_FILENAME }, { "menu.button_play_solution.active", UNDEFINED_FILENAME }, + { "menu.button_switch_ecs_aga", UNDEFINED_FILENAME }, + { "menu.button_switch_ecs_aga.active", UNDEFINED_FILENAME }, + { "menu.button_touch_back", "RocksTouch.png" }, { "menu.button_touch_back.x", "210" }, { "menu.button_touch_back.y", "180" }, @@ -7799,6 +7802,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.SETUP", "0" }, { "menu.draw_xoffset.SETUP[GAME]", "0" }, { "menu.draw_yoffset.SETUP[GAME]", "0" }, + { "menu.draw_xoffset.SETUP[ENGINES]", "0" }, + { "menu.draw_yoffset.SETUP[ENGINES]", "0" }, { "menu.draw_xoffset.SETUP[EDITOR]", "0" }, { "menu.draw_yoffset.SETUP[EDITOR]", "0" }, { "menu.draw_xoffset.SETUP[GRAPHICS]", "0" }, @@ -7965,6 +7970,9 @@ struct ConfigInfo image_config[] = { "main.button.play_solution.x", "-1" }, { "main.button.play_solution.y", "-1" }, + { "main.button.switch_ecs_aga.x", "-1" }, + { "main.button.switch_ecs_aga.y", "-1" }, + { "main.text.name.x", "-1" }, { "main.text.name.y", "-1" }, { "main.text.name.width", "-1" },