X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_var.c;h=283d59f3ff4e9e13e47c0247b56e45e692095250;hp=f372c980bfdfe7d832886ea79edd76b1ffe94d85;hb=f73fd0cea8ac4e9836ea9a4c12c89be0acef03ba;hpb=9c92df9586b75ab4afc1345e944108e95e2f8174 diff --git a/src/conf_var.c b/src/conf_var.c index f372c980..283d59f3 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -6390,6 +6390,222 @@ struct TokenIntPtrInfo image_config_vars[] = "editor.button.properties.y", &editor.button.properties.y }, + { + "editor.button.draw_single.x", + &editor.button.draw_single.x + }, + { + "editor.button.draw_single.y", + &editor.button.draw_single.y + }, + { + "editor.button.draw_connected.x", + &editor.button.draw_connected.x + }, + { + "editor.button.draw_connected.y", + &editor.button.draw_connected.y + }, + { + "editor.button.draw_line.x", + &editor.button.draw_line.x + }, + { + "editor.button.draw_line.y", + &editor.button.draw_line.y + }, + { + "editor.button.draw_arc.x", + &editor.button.draw_arc.x + }, + { + "editor.button.draw_arc.y", + &editor.button.draw_arc.y + }, + { + "editor.button.draw_rectangle.x", + &editor.button.draw_rectangle.x + }, + { + "editor.button.draw_rectangle.y", + &editor.button.draw_rectangle.y + }, + { + "editor.button.draw_filled_box.x", + &editor.button.draw_filled_box.x + }, + { + "editor.button.draw_filled_box.y", + &editor.button.draw_filled_box.y + }, + { + "editor.button.rotate_up.x", + &editor.button.rotate_up.x + }, + { + "editor.button.rotate_up.y", + &editor.button.rotate_up.y + }, + { + "editor.button.draw_text.x", + &editor.button.draw_text.x + }, + { + "editor.button.draw_text.y", + &editor.button.draw_text.y + }, + { + "editor.button.flood_fill.x", + &editor.button.flood_fill.x + }, + { + "editor.button.flood_fill.y", + &editor.button.flood_fill.y + }, + { + "editor.button.rotate_left.x", + &editor.button.rotate_left.x + }, + { + "editor.button.rotate_left.y", + &editor.button.rotate_left.y + }, + { + "editor.button.zoom_level.x", + &editor.button.zoom_level.x + }, + { + "editor.button.zoom_level.y", + &editor.button.zoom_level.y + }, + { + "editor.button.rotate_right.x", + &editor.button.rotate_right.x + }, + { + "editor.button.rotate_right.y", + &editor.button.rotate_right.y + }, + { + "editor.button.draw_random.x", + &editor.button.draw_random.x + }, + { + "editor.button.draw_random.y", + &editor.button.draw_random.y + }, + { + "editor.button.grab_brush.x", + &editor.button.grab_brush.x + }, + { + "editor.button.grab_brush.y", + &editor.button.grab_brush.y + }, + { + "editor.button.rotate_down.x", + &editor.button.rotate_down.x + }, + { + "editor.button.rotate_down.y", + &editor.button.rotate_down.y + }, + { + "editor.button.pick_element.x", + &editor.button.pick_element.x + }, + { + "editor.button.pick_element.y", + &editor.button.pick_element.y + }, + { + "editor.button.ce_copy_from.x", + &editor.button.ce_copy_from.x + }, + { + "editor.button.ce_copy_from.y", + &editor.button.ce_copy_from.y + }, + { + "editor.button.ce_copy_to.x", + &editor.button.ce_copy_to.x + }, + { + "editor.button.ce_copy_to.y", + &editor.button.ce_copy_to.y + }, + { + "editor.button.ce_swap.x", + &editor.button.ce_swap.x + }, + { + "editor.button.ce_swap.y", + &editor.button.ce_swap.y + }, + { + "editor.button.ce_copy.x", + &editor.button.ce_copy.x + }, + { + "editor.button.ce_copy.y", + &editor.button.ce_copy.y + }, + { + "editor.button.ce_paste.x", + &editor.button.ce_paste.x + }, + { + "editor.button.ce_paste.y", + &editor.button.ce_paste.y + }, + { + "editor.button.undo.x", + &editor.button.undo.x + }, + { + "editor.button.undo.y", + &editor.button.undo.y + }, + { + "editor.button.conf.x", + &editor.button.conf.x + }, + { + "editor.button.conf.y", + &editor.button.conf.y + }, + { + "editor.button.save.x", + &editor.button.save.x + }, + { + "editor.button.save.y", + &editor.button.save.y + }, + { + "editor.button.clear.x", + &editor.button.clear.x + }, + { + "editor.button.clear.y", + &editor.button.clear.y + }, + { + "editor.button.test.x", + &editor.button.test.x + }, + { + "editor.button.test.y", + &editor.button.test.y + }, + { + "editor.button.exit.x", + &editor.button.exit.x + }, + { + "editor.button.exit.y", + &editor.button.exit.y + }, { "editor.input.level_number.x", &editor.input.level_number.x