X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=213f72b1204713db3d98bdcbbde55ba66be411b9;hb=bbea8429d449be9badea09afeb8ab7b4e4a42877;hp=a607b377908db46b56316ed92ece1ee4b839870b;hpb=1c0de52407dfe17ff01286f0a2ed6ff32617f1ab;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a607b377..213f72b1 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" }, @@ -7965,6 +7968,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" },