summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_set_editor.h
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2021-08-31 10:48:45 +0200
committerGilles Roudière <gilles.roudiere@gmail.com>2021-09-07 09:51:28 +0200
commit4bd7700e89f4476a3b2c76e7bed4263a111b3c09 (patch)
tree4778e08bd64f9e2c7cbe1414a1acd1237b8f53ee /editor/plugins/tiles/tile_set_editor.h
parentb0b30aaf41191ccbfdc8786cb79a76efb16d1459 (diff)
Implement properties arrays in the Inspector.
Diffstat (limited to 'editor/plugins/tiles/tile_set_editor.h')
-rw-r--r--editor/plugins/tiles/tile_set_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_set_editor.h b/editor/plugins/tiles/tile_set_editor.h
index 970e3fabb6..fe854b2281 100644
--- a/editor/plugins/tiles/tile_set_editor.h
+++ b/editor/plugins/tiles/tile_set_editor.h
@@ -71,6 +71,7 @@ private:
void _tile_set_changed();
+ void _move_tile_set_array_element(Object *p_undo_redo, Object *p_edited, String p_array_prefix, int p_from_index, int p_to_pos);
void _undo_redo_inspector_callback(Object *p_undo_redo, Object *p_edited, String p_property, Variant p_new_value);
protected: