X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=785b2e2ac03b1d852f6c74d1e97e18ec2ec2db15;hp=2b4d4199e9a80fa17b548d1dee094540c4945c85;hb=d0a7080670f9a2fa96138cf1c06708016a42d615;hpb=929d04d073dad615dfe2a2c910a0ee10c27793a4 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 2b4d4199..785b2e2a 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -61,7 +61,9 @@ struct ConfigTypeInfo image_config_suffix[] = { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".init_event", ARG_UNDEFINED, TYPE_STRING }, + { ".init_event_action", ARG_UNDEFINED, TYPE_STRING }, { ".anim_event", ARG_UNDEFINED, TYPE_STRING }, + { ".anim_event_action", ARG_UNDEFINED, TYPE_STRING }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { ".tile_size", ARG_UNDEFINED, TYPE_INTEGER }, @@ -6079,6 +6081,13 @@ struct ConfigInfo image_config[] = { "menu.button_quit.active", UNDEFINED_FILENAME }, { "menu.button_quit.active.clone_from", "menu.button.active" }, + { "menu.button_first_level", UNDEFINED_FILENAME }, + { "menu.button_first_level.active", UNDEFINED_FILENAME }, + { "menu.button_last_level", UNDEFINED_FILENAME }, + { "menu.button_last_level.active", UNDEFINED_FILENAME }, + { "menu.button_level_number", UNDEFINED_FILENAME }, + { "menu.button_level_number.active", UNDEFINED_FILENAME }, + { "menu.scrollbar", "RocksDC.png" }, { "menu.scrollbar.xpos", "8" }, { "menu.scrollbar.ypos", "10" }, @@ -6233,6 +6242,9 @@ struct ConfigInfo image_config[] = { "gfx.tape.button.play.height", "18" }, { "gfx.tape.button.play.pressed_xoffset", "-100" }, + { "gfx.tape.button.insert_solution", UNDEFINED_FILENAME }, + { "gfx.tape.button.play_solution", UNDEFINED_FILENAME }, + { "gfx.tape.symbol.eject", UNDEFINED_FILENAME }, { "gfx.tape.symbol.stop", UNDEFINED_FILENAME }, { "gfx.tape.symbol.pause", "RocksDoor.png" }, @@ -7884,6 +7896,13 @@ struct ConfigInfo image_config[] = { "main.button.quit.x", "0" }, { "main.button.quit.y", "288" }, + { "main.button.first_level.x", "-1" }, + { "main.button.first_level.y", "-1" }, + { "main.button.last_level.x", "-1" }, + { "main.button.last_level.y", "-1" }, + { "main.button.level_number.x", "-1" }, + { "main.button.level_number.y", "-1" }, + { "main.button.prev_level.x", "320" }, { "main.button.prev_level.y", "96" }, { "main.button.next_level.x", "448" }, @@ -9072,6 +9091,11 @@ struct ConfigInfo image_config[] = { "tape.button.play.x", "77" }, { "tape.button.play.y", "77" }, + { "tape.button.insert_solution.x", "-1" }, + { "tape.button.insert_solution.y", "-1" }, + { "tape.button.play_solution.x", "-1" }, + { "tape.button.play_solution.y", "-1" }, + { "tape.symbol.eject.x", "-1" }, { "tape.symbol.eject.y", "-1" }, { "tape.symbol.stop.x", "-1" },