X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=2d3d99eb276ce711efb401fcd6ba59c709f290c0;hb=de4a228f8a3b4889d484bc955bae463cee2c6a25;hp=2b4d4199e9a80fa17b548d1dee094540c4945c85;hpb=457abe4e8de9b10096af75c026409ab068570b7f;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 2b4d4199..2d3d99eb 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6233,6 +6233,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" }, @@ -9072,6 +9075,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" },