X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=44bccba5b511600f40fc9e5ab49f7233a796ddf2;hb=445f1cdcd097f1ede6f6224c1aeef91c7f8eae81;hp=cadc803a3b78744b93515ef33597c512fa7571b6;hpb=678dcec784272f09249c29949dc91a146246856a;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index cadc803a..44bccba5 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -59,6 +59,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, + { ".clone_from", ARG_UNDEFINED, TYPE_TOKEN }, { NULL, NULL, 0 } }; @@ -3860,14 +3861,14 @@ struct ConfigInfo image_config[] = { "menu.button_down.active.ypos", "9" }, { "menu.button_down.active.frames", "1" }, - { "menu.button_enter_menu", "RocksDC.pcx" }, - { "menu.button_enter_menu.xpos", "9" }, - { "menu.button_enter_menu.ypos", "8" }, - { "menu.button_enter_menu.frames", "1" }, - { "menu.button_enter_menu.active", "RocksDC.pcx" }, - { "menu.button_enter_menu.active.xpos", "9" }, - { "menu.button_enter_menu.active.ypos", "9" }, - { "menu.button_enter_menu.active.frames", "1" }, + { "menu.button_enter_menu2", "RocksDC.pcx" }, + { "menu.button_enter_menu2.xpos", "9" }, + { "menu.button_enter_menu2.ypos", "8" }, + { "menu.button_enter_menu2.frames", "1" }, + { "menu.button_enter_menu2.active", "RocksDC.pcx" }, + { "menu.button_enter_menu2.active.xpos", "9" }, + { "menu.button_enter_menu2.active.ypos", "9" }, + { "menu.button_enter_menu2.active.frames", "1" }, { "menu.button_leave_menu", "RocksDC.pcx" }, { "menu.button_leave_menu.xpos", "8" }, { "menu.button_leave_menu.ypos", "8" }, @@ -3877,6 +3878,11 @@ struct ConfigInfo image_config[] = { "menu.button_leave_menu.active.ypos", "9" }, { "menu.button_leave_menu.active.frames", "1" }, + { "menu.button_enter_menu", UNDEFINED_FILENAME }, + { "menu.button_enter_menu.clone_from", "menu.button_right" }, + { "menu.button_enter_menu.active", UNDEFINED_FILENAME }, + { "menu.button_enter_menu.active.clone_from", "menu.button_right.active"}, + { "menu.scrollbar", "RocksDC.pcx" }, { "menu.scrollbar.xpos", "8" }, { "menu.scrollbar.ypos", "10" },