X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=935d6f146f74a5443083ce2c1b4a5a25c40adef0;hp=fd0551f56650710d6fdaaf4805aff72cf64b25b7;hb=f1dae0af49fa331f6fedc6cbdf59eed0909ae391;hpb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd diff --git a/src/conf_gfx.c b/src/conf_gfx.c index fd0551f5..935d6f14 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -60,6 +60,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".anim_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, + { ".init_event", ARG_UNDEFINED, TYPE_STRING }, + { ".anim_event", ARG_UNDEFINED, TYPE_STRING }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { ".tile_size", ARG_UNDEFINED, TYPE_INTEGER }, @@ -5482,6 +5484,8 @@ struct ConfigInfo image_config[] = { "gfx.editor.button.element_right.height", "16" }, { "gfx.editor.button.element_right.pressed_xoffset", "0" }, + { "gfx.editor.button.palette", UNDEFINED_FILENAME }, + { "editor.no_toolbox_button", "RocksDoor.png" }, { "editor.no_toolbox_button.x", "506" }, { "editor.no_toolbox_button.y", "286" }, @@ -7696,6 +7700,9 @@ struct ConfigInfo image_config[] = { "editor.button.element_right.y", "-1" }, { "editor.button.element_right.tile_size", "-1" }, + { "editor.button.palette.x", "-1" }, + { "editor.button.palette.y", "-1" }, + { "editor.button.draw_single.x", "6" }, { "editor.button.draw_single.y", "6" }, { "editor.button.draw_connected.x", "28" }, @@ -7761,6 +7768,8 @@ struct ConfigInfo image_config[] = { "editor.palette.cols", "4" }, { "editor.palette.rows", "10" }, { "editor.palette.tile_size", "16" }, + { "editor.palette.show_as_separate_screen", "false" }, + { "editor.palette.show_on_element_buttons", "false" }, { "editor.palette.element_left.x", "6" }, { "editor.palette.element_left.y", "258" },