X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3a9ff8e656a00aef0786a0758559502d47307412;hb=e631f71b549c86c8926deaa58f4993c50f59c3de;hp=5c8048dc0c9fb1af8a539272ba2e5324694c68b3;hpb=5d406078199b3795eeadb3fc97ca2efa2e4e2e55;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 5c8048dc..3a9ff8e6 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -1,15 +1,13 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2006 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* conf_gfx.c * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// conf_gfx.c +// ============================================================================ #include "libgame/libgame.h" #include "main.h" @@ -59,6 +57,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 }, + { ".tile_size", ARG_UNDEFINED, TYPE_INTEGER }, { ".clone_from", ARG_UNDEFINED, TYPE_GRAPHIC }, { ".fade_mode", ARG_UNDEFINED, TYPE_INTEGER }, { ".fade_delay", ARG_UNDEFINED, TYPE_INTEGER }, @@ -4744,6 +4743,9 @@ struct ConfigInfo image_config[] = { "game.button.gfx.sound_simple.pressed_xoffset", "-100" }, { "game.button.gfx.sound_simple.active_yoffset", "-30" }, + { "game.button.gfx.save", UNDEFINED_FILENAME }, + { "game.button.gfx.load", UNDEFINED_FILENAME }, + { "tape.button.gfx.eject", "RocksDoor.png" }, { "tape.button.gfx.eject.x", "305" }, { "tape.button.gfx.eject.y", "357" }, @@ -4869,7 +4871,7 @@ struct ConfigInfo image_config[] = { "tape.label.gfx.date.width", "90" }, { "tape.label.gfx.date.height", "31" }, { "tape.label.gfx.time", "RocksDoor.png" }, - { "tape.label.gfx.time.x", "345" }, + { "tape.label.gfx.time.x", "346" }, { "tape.label.gfx.time.y", "335" }, { "tape.label.gfx.time.width", "45" }, { "tape.label.gfx.time.height", "13" }, @@ -5303,6 +5305,234 @@ struct ConfigInfo image_config[] = { "editor.button.gfx.next_level.height", "16" }, { "editor.button.gfx.next_level.pressed_xoffset", "-16" }, + { "editor.button.gfx.properties", "RocksDoor.png" }, + { "editor.button.gfx.properties.x", "505" }, + { "editor.button.gfx.properties.y", "110" }, + { "editor.button.gfx.properties.width", "90" }, + { "editor.button.gfx.properties.height", "20" }, + { "editor.button.gfx.properties.pressed_yoffset", "-20" }, + + { "editor.no_toolbox_button", "RocksDoor.png" }, + { "editor.no_toolbox_button.x", "506" }, + { "editor.no_toolbox_button.y", "286" }, + { "editor.no_toolbox_button.width", "22" }, + { "editor.no_toolbox_button.height", "22" }, + + { "editor.button.gfx.draw_single", "RocksDoor.png" }, + { "editor.button.gfx.draw_single.x", "706" }, + { "editor.button.gfx.draw_single.y", "242" }, + { "editor.button.gfx.draw_single.width", "22" }, + { "editor.button.gfx.draw_single.height", "22" }, + { "editor.button.gfx.draw_single.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_single.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_connected", "RocksDoor.png" }, + { "editor.button.gfx.draw_connected.x", "728" }, + { "editor.button.gfx.draw_connected.y", "242" }, + { "editor.button.gfx.draw_connected.width", "22" }, + { "editor.button.gfx.draw_connected.height", "22" }, + { "editor.button.gfx.draw_connected.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_connected.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_line", "RocksDoor.png" }, + { "editor.button.gfx.draw_line.x", "750" }, + { "editor.button.gfx.draw_line.y", "242" }, + { "editor.button.gfx.draw_line.width", "22" }, + { "editor.button.gfx.draw_line.height", "22" }, + { "editor.button.gfx.draw_line.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_line.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_arc", "RocksDoor.png" }, + { "editor.button.gfx.draw_arc.x", "772" }, + { "editor.button.gfx.draw_arc.y", "242" }, + { "editor.button.gfx.draw_arc.width", "22" }, + { "editor.button.gfx.draw_arc.height", "22" }, + { "editor.button.gfx.draw_arc.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_arc.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_rectangle", "RocksDoor.png" }, + { "editor.button.gfx.draw_rectangle.x", "706" }, + { "editor.button.gfx.draw_rectangle.y", "264" }, + { "editor.button.gfx.draw_rectangle.width", "22" }, + { "editor.button.gfx.draw_rectangle.height", "22" }, + { "editor.button.gfx.draw_rectangle.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_rectangle.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_filled_box", "RocksDoor.png" }, + { "editor.button.gfx.draw_filled_box.x", "728" }, + { "editor.button.gfx.draw_filled_box.y", "264" }, + { "editor.button.gfx.draw_filled_box.width", "22" }, + { "editor.button.gfx.draw_filled_box.height", "22" }, + { "editor.button.gfx.draw_filled_box.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_filled_box.active_yoffset", "-94" }, + + { "editor.button.gfx.rotate_up", "RocksDoor.png" }, + { "editor.button.gfx.rotate_up.x", "750" }, + { "editor.button.gfx.rotate_up.y", "264" }, + { "editor.button.gfx.rotate_up.width", "22" }, + { "editor.button.gfx.rotate_up.height", "22" }, + { "editor.button.gfx.rotate_up.pressed_xoffset", "-100" }, + { "editor.button.gfx.rotate_up.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_text", "RocksDoor.png" }, + { "editor.button.gfx.draw_text.x", "772" }, + { "editor.button.gfx.draw_text.y", "264" }, + { "editor.button.gfx.draw_text.width", "22" }, + { "editor.button.gfx.draw_text.height", "22" }, + { "editor.button.gfx.draw_text.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_text.active_yoffset", "-94" }, + + { "editor.button.gfx.flood_fill", "RocksDoor.png" }, + { "editor.button.gfx.flood_fill.x", "706" }, + { "editor.button.gfx.flood_fill.y", "286" }, + { "editor.button.gfx.flood_fill.width", "22" }, + { "editor.button.gfx.flood_fill.height", "22" }, + { "editor.button.gfx.flood_fill.pressed_xoffset", "-100" }, + { "editor.button.gfx.flood_fill.active_yoffset", "-94" }, + + { "editor.button.gfx.rotate_left", "RocksDoor.png" }, + { "editor.button.gfx.rotate_left.x", "728" }, + { "editor.button.gfx.rotate_left.y", "286" }, + { "editor.button.gfx.rotate_left.width", "22" }, + { "editor.button.gfx.rotate_left.height", "22" }, + { "editor.button.gfx.rotate_left.pressed_xoffset", "-100" }, + { "editor.button.gfx.rotate_left.active_yoffset", "-94" }, + + { "editor.button.gfx.zoom_level", "RocksDoor.png" }, + { "editor.button.gfx.zoom_level.x", "750" }, + { "editor.button.gfx.zoom_level.y", "286" }, + { "editor.button.gfx.zoom_level.width", "22" }, + { "editor.button.gfx.zoom_level.height", "22" }, + { "editor.button.gfx.zoom_level.pressed_xoffset", "-100" }, + { "editor.button.gfx.zoom_level.active_yoffset", "-94" }, + + { "editor.button.gfx.rotate_right", "RocksDoor.png" }, + { "editor.button.gfx.rotate_right.x", "772" }, + { "editor.button.gfx.rotate_right.y", "286" }, + { "editor.button.gfx.rotate_right.width", "22" }, + { "editor.button.gfx.rotate_right.height", "22" }, + { "editor.button.gfx.rotate_right.pressed_xoffset", "-100" }, + { "editor.button.gfx.rotate_right.active_yoffset", "-94" }, + + { "editor.button.gfx.draw_random", "RocksDoor.png" }, + { "editor.button.gfx.draw_random.x", "706" }, + { "editor.button.gfx.draw_random.y", "308" }, + { "editor.button.gfx.draw_random.width", "22" }, + { "editor.button.gfx.draw_random.height", "22" }, + { "editor.button.gfx.draw_random.pressed_xoffset", "-100" }, + { "editor.button.gfx.draw_random.active_yoffset", "-94" }, + + { "editor.button.gfx.grab_brush", "RocksDoor.png" }, + { "editor.button.gfx.grab_brush.x", "728" }, + { "editor.button.gfx.grab_brush.y", "308" }, + { "editor.button.gfx.grab_brush.width", "22" }, + { "editor.button.gfx.grab_brush.height", "22" }, + { "editor.button.gfx.grab_brush.pressed_xoffset", "-100" }, + { "editor.button.gfx.grab_brush.active_yoffset", "-94" }, + + { "editor.button.gfx.rotate_down", "RocksDoor.png" }, + { "editor.button.gfx.rotate_down.x", "750" }, + { "editor.button.gfx.rotate_down.y", "308" }, + { "editor.button.gfx.rotate_down.width", "22" }, + { "editor.button.gfx.rotate_down.height", "22" }, + { "editor.button.gfx.rotate_down.pressed_xoffset", "-100" }, + { "editor.button.gfx.rotate_down.active_yoffset", "-94" }, + + { "editor.button.gfx.pick_element", "RocksDoor.png" }, + { "editor.button.gfx.pick_element.x", "772" }, + { "editor.button.gfx.pick_element.y", "308" }, + { "editor.button.gfx.pick_element.width", "22" }, + { "editor.button.gfx.pick_element.height", "22" }, + { "editor.button.gfx.pick_element.pressed_xoffset", "-100" }, + { "editor.button.gfx.pick_element.active_yoffset", "-94" }, + + { "editor.button.gfx.ce_copy_from", "RocksDoor.png" }, + { "editor.button.gfx.ce_copy_from.x", "528" }, + { "editor.button.gfx.ce_copy_from.y", "330" }, + { "editor.button.gfx.ce_copy_from.width", "22" }, + { "editor.button.gfx.ce_copy_from.height", "22" }, + { "editor.button.gfx.ce_copy_from.pressed_xoffset", "-100" }, + { "editor.button.gfx.ce_copy_from.active_yoffset", "-22" }, + + { "editor.button.gfx.ce_copy_to", "RocksDoor.png" }, + { "editor.button.gfx.ce_copy_to.x", "550" }, + { "editor.button.gfx.ce_copy_to.y", "330" }, + { "editor.button.gfx.ce_copy_to.width", "22" }, + { "editor.button.gfx.ce_copy_to.height", "22" }, + { "editor.button.gfx.ce_copy_to.pressed_xoffset", "-100" }, + { "editor.button.gfx.ce_copy_to.active_yoffset", "-22" }, + + { "editor.button.gfx.ce_swap", "RocksDoor.png" }, + { "editor.button.gfx.ce_swap.x", "572" }, + { "editor.button.gfx.ce_swap.y", "330" }, + { "editor.button.gfx.ce_swap.width", "22" }, + { "editor.button.gfx.ce_swap.height", "22" }, + { "editor.button.gfx.ce_swap.pressed_xoffset", "-100" }, + { "editor.button.gfx.ce_swap.active_yoffset", "-22" }, + + { "editor.button.gfx.ce_copy", "RocksDoor.png" }, + { "editor.button.gfx.ce_copy.x", "550" }, + { "editor.button.gfx.ce_copy.y", "286" }, + { "editor.button.gfx.ce_copy.width", "22" }, + { "editor.button.gfx.ce_copy.height", "22" }, + { "editor.button.gfx.ce_copy.pressed_xoffset", "-100" }, + + { "editor.button.gfx.ce_paste", "RocksDoor.png" }, + { "editor.button.gfx.ce_paste.x", "572" }, + { "editor.button.gfx.ce_paste.y", "286" }, + { "editor.button.gfx.ce_paste.width", "22" }, + { "editor.button.gfx.ce_paste.height", "22" }, + { "editor.button.gfx.ce_paste.pressed_xoffset", "-100" }, + + { "editor.button.gfx.undo", "RocksDoor.png" }, + { "editor.button.gfx.undo.x", "705" }, + { "editor.button.gfx.undo.y", "335" }, + { "editor.button.gfx.undo.width", "30" }, + { "editor.button.gfx.undo.height", "20" }, + { "editor.button.gfx.undo.pressed_xoffset", "-100" }, + + { "editor.button.gfx.conf", "RocksDoor.png" }, + { "editor.button.gfx.conf.x", "735" }, + { "editor.button.gfx.conf.y", "335" }, + { "editor.button.gfx.conf.width", "30" }, + { "editor.button.gfx.conf.height", "20" }, + { "editor.button.gfx.conf.pressed_xoffset", "-100" }, + + { "editor.button.gfx.save", "RocksDoor.png" }, + { "editor.button.gfx.save.x", "765" }, + { "editor.button.gfx.save.y", "335" }, + { "editor.button.gfx.save.width", "30" }, + { "editor.button.gfx.save.height", "20" }, + { "editor.button.gfx.save.pressed_xoffset", "-100" }, + + { "editor.button.gfx.clear", "RocksDoor.png" }, + { "editor.button.gfx.clear.x", "705" }, + { "editor.button.gfx.clear.y", "355" }, + { "editor.button.gfx.clear.width", "30" }, + { "editor.button.gfx.clear.height", "20" }, + { "editor.button.gfx.clear.pressed_xoffset", "-100" }, + + { "editor.button.gfx.test", "RocksDoor.png" }, + { "editor.button.gfx.test.x", "735" }, + { "editor.button.gfx.test.y", "355" }, + { "editor.button.gfx.test.width", "30" }, + { "editor.button.gfx.test.height", "20" }, + { "editor.button.gfx.test.pressed_xoffset", "-100" }, + + { "editor.button.gfx.exit", "RocksDoor.png" }, + { "editor.button.gfx.exit.x", "765" }, + { "editor.button.gfx.exit.y", "355" }, + { "editor.button.gfx.exit.width", "30" }, + { "editor.button.gfx.exit.height", "20" }, + { "editor.button.gfx.exit.pressed_xoffset", "-100" }, + + { "editor.input.gfx.level_number", "RocksDoor.png" }, + { "editor.input.gfx.level_number.x", "529" }, + { "editor.input.gfx.level_number.y", "5" }, + { "editor.input.gfx.level_number.width", "42" }, + { "editor.input.gfx.level_number.height", "16" }, + { "editor.input.gfx.level_number.border_size","1" }, + { "background", UNDEFINED_FILENAME }, { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, { "background.TITLE", UNDEFINED_FILENAME }, @@ -5416,62 +5646,74 @@ struct ConfigInfo image_config[] = { "door_1.gfx.part_1.y", "0" }, { "door_1.gfx.part_1.width", "100" }, { "door_1.gfx.part_1.height", "77" }, + { "door_1.gfx.part_1.frames", "1" }, { "door_1.gfx.part_2", "RocksDoor.png" }, { "door_1.gfx.part_2.x", "0" }, { "door_1.gfx.part_2.y", "77" }, { "door_1.gfx.part_2.width", "100" }, { "door_1.gfx.part_2.height", "63" }, + { "door_1.gfx.part_2.frames", "1" }, { "door_1.gfx.part_3", "RocksDoor.png" }, { "door_1.gfx.part_3.x", "0" }, { "door_1.gfx.part_3.y", "140" }, { "door_1.gfx.part_3.width", "100" }, { "door_1.gfx.part_3.height", "63" }, + { "door_1.gfx.part_3.frames", "1" }, { "door_1.gfx.part_4", "RocksDoor.png" }, { "door_1.gfx.part_4.x", "0" }, { "door_1.gfx.part_4.y", "203" }, { "door_1.gfx.part_4.width", "100" }, { "door_1.gfx.part_4.height", "77" }, + { "door_1.gfx.part_4.frames", "1" }, { "door_1.gfx.part_5", "RocksDoor.png" }, { "door_1.gfx.part_5.x", "100" }, { "door_1.gfx.part_5.y", "0" }, { "door_1.gfx.part_5.width", "100" }, { "door_1.gfx.part_5.height", "77" }, + { "door_1.gfx.part_5.frames", "1" }, { "door_1.gfx.part_6", "RocksDoor.png" }, { "door_1.gfx.part_6.x", "100" }, { "door_1.gfx.part_6.y", "77" }, { "door_1.gfx.part_6.width", "100" }, { "door_1.gfx.part_6.height", "63" }, + { "door_1.gfx.part_6.frames", "1" }, { "door_1.gfx.part_7", "RocksDoor.png" }, { "door_1.gfx.part_7.x", "100" }, { "door_1.gfx.part_7.y", "140" }, { "door_1.gfx.part_7.width", "100" }, { "door_1.gfx.part_7.height", "63" }, + { "door_1.gfx.part_7.frames", "1" }, { "door_1.gfx.part_8", "RocksDoor.png" }, { "door_1.gfx.part_8.x", "100" }, { "door_1.gfx.part_8.y", "203" }, { "door_1.gfx.part_8.width", "100" }, { "door_1.gfx.part_8.height", "77" }, + { "door_1.gfx.part_8.frames", "1" }, { "door_2.gfx.part_1", "RocksDoor.png" }, { "door_2.gfx.part_1.x", "0" }, { "door_2.gfx.part_1.y", "280" }, { "door_2.gfx.part_1.width", "100" }, { "door_2.gfx.part_1.height", "50" }, + { "door_2.gfx.part_1.frames", "1" }, { "door_2.gfx.part_2", "RocksDoor.png" }, { "door_2.gfx.part_2.x", "0" }, { "door_2.gfx.part_2.y", "330" }, { "door_2.gfx.part_2.width", "100" }, { "door_2.gfx.part_2.height", "50" }, + { "door_2.gfx.part_2.frames", "1" }, { "door_2.gfx.part_3", "RocksDoor.png" }, { "door_2.gfx.part_3.x", "100" }, { "door_2.gfx.part_3.y", "280" }, { "door_2.gfx.part_3.width", "100" }, { "door_2.gfx.part_3.height", "50" }, + { "door_2.gfx.part_3.frames", "1" }, { "door_2.gfx.part_4", "RocksDoor.png" }, { "door_2.gfx.part_4.x", "100" }, { "door_2.gfx.part_4.y", "330" }, { "door_2.gfx.part_4.width", "100" }, { "door_2.gfx.part_4.height", "50" }, + { "door_2.gfx.part_4.frames", "1" }, { "door_2.gfx.part_5", UNDEFINED_FILENAME }, { "door_2.gfx.part_6", UNDEFINED_FILENAME }, { "door_2.gfx.part_7", UNDEFINED_FILENAME }, @@ -5712,10 +5954,10 @@ struct ConfigInfo image_config[] = { "titlemessage_5.post_delay", ARG_DEFAULT }, { "titlemessage_5.auto_delay", ARG_DEFAULT }, - { "readme.x", "272" }, - { "readme.y", "150" }, - { "readme.width", "480" }, - { "readme.height", "364" }, + { "readme.x", "-1" }, + { "readme.y", "-1" }, + { "readme.width", "-1" }, + { "readme.height", "-1" }, { "readme.chars", "-1" }, { "readme.lines", "-1" }, { "readme.align", "center" }, @@ -5826,6 +6068,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.SETUP[ARTWORK]", "0" }, { "menu.draw_xoffset.SETUP[INPUT]", "0" }, { "menu.draw_yoffset.SETUP[INPUT]", "0" }, + { "menu.draw_xoffset.SETUP[TOUCH]", "0" }, + { "menu.draw_yoffset.SETUP[TOUCH]", "0" }, { "menu.draw_xoffset.SETUP[SHORTCUTS]", "0" }, { "menu.draw_yoffset.SETUP[SHORTCUTS]", "0" }, { "menu.draw_xoffset.SETUP[SHORTCUTS_1]", "0" }, @@ -6999,6 +7243,10 @@ struct ConfigInfo image_config[] = { "game.button.sound_loops.y", "245" }, { "game.button.sound_simple.x", "65" }, { "game.button.sound_simple.y", "245" }, + { "game.button.save.x", "-1" }, + { "game.button.save.y", "-1" }, + { "game.button.load.x", "-1" }, + { "game.button.load.y", "-1" }, { "tape.button.eject.x", "5" }, { "tape.button.eject.y", "77" }, @@ -7055,7 +7303,7 @@ struct ConfigInfo image_config[] = { "tape.label.date.x", "5" }, { "tape.label.date.y", "5" }, - { "tape.label.time.x", "45" }, + { "tape.label.time.x", "46" }, { "tape.label.time.y", "55" }, { "tape.text.date.x", "7" }, @@ -7063,26 +7311,171 @@ struct ConfigInfo image_config[] = { "tape.text.date.align", "left" }, { "tape.text.date.valign", "top" }, { "tape.text.date.digits", "-1" }, + { "tape.text.date.xoffset", "27" }, + { "tape.text.date.2nd_xoffset", "64" }, { "tape.text.date.font", "font.tape_recorder" }, + { "tape.text.date.draw_masked", "false" }, + + { "tape.text.date_yyyy.x", "-1" }, + { "tape.text.date_yyyy.y", "-1" }, + { "tape.text.date_yyyy.align", "left" }, + { "tape.text.date_yyyy.valign", "top" }, + { "tape.text.date_yyyy.digits", "4" }, + { "tape.text.date_yyyy.font", "font.tape_recorder" }, + { "tape.text.date_yyyy.draw_masked", "false" }, + { "tape.text.date_yy.x", "-1" }, + { "tape.text.date_yy.y", "-1" }, + { "tape.text.date_yy.align", "left" }, + { "tape.text.date_yy.valign", "top" }, + { "tape.text.date_yy.digits", "2" }, + { "tape.text.date_yy.font", "font.tape_recorder" }, + { "tape.text.date_yy.draw_masked", "false" }, + { "tape.text.date_mon.x", "-1" }, + { "tape.text.date_mon.y", "-1" }, + { "tape.text.date_mon.align", "left" }, + { "tape.text.date_mon.valign", "top" }, + { "tape.text.date_mon.chars", "3" }, + { "tape.text.date_mon.font", "font.tape_recorder" }, + { "tape.text.date_mon.draw_masked", "false" }, + { "tape.text.date_mm.x", "-1" }, + { "tape.text.date_mm.y", "-1" }, + { "tape.text.date_mm.align", "left" }, + { "tape.text.date_mm.valign", "top" }, + { "tape.text.date_mm.digits", "2" }, + { "tape.text.date_mm.font", "font.tape_recorder" }, + { "tape.text.date_mm.draw_masked", "false" }, + { "tape.text.date_dd.x", "-1" }, + { "tape.text.date_dd.y", "-1" }, + { "tape.text.date_dd.align", "left" }, + { "tape.text.date_dd.valign", "top" }, + { "tape.text.date_dd.digits", "2" }, + { "tape.text.date_dd.font", "font.tape_recorder" }, + { "tape.text.date_dd.draw_masked", "false" }, { "tape.text.time.x", "44" }, { "tape.text.time.y", "55" }, { "tape.text.time.align", "left" }, { "tape.text.time.valign", "top" }, { "tape.text.time.digits", "-1" }, + { "tape.text.time.xoffset", "27" }, { "tape.text.time.font", "font.tape_recorder" }, + { "tape.text.time.draw_masked", "false" }, + + { "tape.text.time_hh.x", "-1" }, + { "tape.text.time_hh.y", "-1" }, + { "tape.text.time_hh.align", "left" }, + { "tape.text.time_hh.valign", "top" }, + { "tape.text.time_hh.digits", "2" }, + { "tape.text.time_hh.font", "font.tape_recorder" }, + { "tape.text.time_hh.draw_masked", "false" }, + { "tape.text.time_mm.x", "-1" }, + { "tape.text.time_mm.y", "-1" }, + { "tape.text.time_mm.align", "left" }, + { "tape.text.time_mm.valign", "top" }, + { "tape.text.time_mm.digits", "2" }, + { "tape.text.time_mm.font", "font.tape_recorder" }, + { "tape.text.time_mm.draw_masked", "false" }, + { "tape.text.time_ss.x", "-1" }, + { "tape.text.time_ss.y", "-1" }, + { "tape.text.time_ss.align", "left" }, + { "tape.text.time_ss.valign", "top" }, + { "tape.text.time_ss.digits", "2" }, + { "tape.text.time_ss.font", "font.tape_recorder" }, + { "tape.text.time_ss.draw_masked", "false" }, + + { "tape.text.frame.x", "-1" }, + { "tape.text.frame.y", "-1" }, + { "tape.text.frame.align", "left" }, + { "tape.text.frame.valign", "top" }, + { "tape.text.frame.digits", "-1" }, + { "tape.text.frame.font", "font.tape_recorder" }, + { "tape.text.frame.draw_masked", "false" }, + + { "tape.show_game_buttons", "false" }, + + { "editor.button.prev_level.x", "5" }, + { "editor.button.prev_level.y", "5" }, + { "editor.button.next_level.x", "79" }, + { "editor.button.next_level.y", "5" }, + + { "editor.button.properties.x", "5" }, + { "editor.button.properties.y", "230" }, + + { "editor.button.draw_single.x", "6" }, + { "editor.button.draw_single.y", "6" }, + { "editor.button.draw_connected.x", "28" }, + { "editor.button.draw_connected.y", "6" }, + { "editor.button.draw_line.x", "50" }, + { "editor.button.draw_line.y", "6" }, + { "editor.button.draw_arc.x", "72" }, + { "editor.button.draw_arc.y", "6" }, + { "editor.button.draw_rectangle.x", "6" }, + { "editor.button.draw_rectangle.y", "28" }, + { "editor.button.draw_filled_box.x", "28" }, + { "editor.button.draw_filled_box.y", "28" }, + { "editor.button.rotate_up.x", "50" }, + { "editor.button.rotate_up.y", "28" }, + { "editor.button.draw_text.x", "72" }, + { "editor.button.draw_text.y", "28" }, + { "editor.button.flood_fill.x", "6" }, + { "editor.button.flood_fill.y", "50" }, + { "editor.button.rotate_left.x", "28" }, + { "editor.button.rotate_left.y", "50" }, + { "editor.button.zoom_level.x", "50" }, + { "editor.button.zoom_level.y", "50" }, + { "editor.button.rotate_right.x", "72" }, + { "editor.button.rotate_right.y", "50" }, + { "editor.button.draw_random.x", "6" }, + { "editor.button.draw_random.y", "72" }, + { "editor.button.grab_brush.x", "28" }, + { "editor.button.grab_brush.y", "72" }, + { "editor.button.rotate_down.x", "50" }, + { "editor.button.rotate_down.y", "72" }, + { "editor.button.pick_element.x", "72" }, + { "editor.button.pick_element.y", "72" }, + + { "editor.button.ce_copy_from.x", "28" }, + { "editor.button.ce_copy_from.y", "6" }, + { "editor.button.ce_copy_to.x", "50" }, + { "editor.button.ce_copy_to.y", "6" }, + { "editor.button.ce_swap.x", "72" }, + { "editor.button.ce_swap.y", "6" }, + { "editor.button.ce_copy.x", "6" }, + { "editor.button.ce_copy.y", "72" }, + { "editor.button.ce_paste.x", "28" }, + { "editor.button.ce_paste.y", "72" }, + + { "editor.button.undo.x", "5" }, + { "editor.button.undo.y", "99" }, + { "editor.button.conf.x", "35" }, + { "editor.button.conf.y", "99" }, + { "editor.button.save.x", "65" }, + { "editor.button.save.y", "99" }, + { "editor.button.clear.x", "5" }, + { "editor.button.clear.y", "119" }, + { "editor.button.test.x", "35" }, + { "editor.button.test.y", "119" }, + { "editor.button.exit.x", "65" }, + { "editor.button.exit.y", "119" }, + + { "editor.input.level_number.x", "29" }, + { "editor.input.level_number.y", "5" }, { "editor.palette.x", "5" }, { "editor.palette.y", "30" }, { "editor.palette.cols", "4" }, - { "editor.palette.rows", "11" }, + { "editor.palette.rows", "10" }, + { "editor.palette.tile_size", "16" }, { "editor.palette.element_left.x", "6" }, { "editor.palette.element_left.y", "258" }, + { "editor.palette.element_left.tile_size", "16" }, { "editor.palette.element_middle.x", "42" }, { "editor.palette.element_middle.y", "258" }, + { "editor.palette.element_middle.tile_size", "16" }, { "editor.palette.element_right.x", "78" }, { "editor.palette.element_right.y", "258" }, + { "editor.palette.element_right.tile_size", "16" }, { "request.button.yes.x", "2" }, { "request.button.yes.y", "250" },