diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-08-21 01:35:48 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-08-22 19:18:23 -0300 |
commit | 6fa1b5eca7bfcc32c4f9284819a7c3e87b08ad3c (patch) | |
tree | 2388d6941760bdbce6a21aa62dd85384586c1595 /editor/plugins/tile_map_editor_plugin.h | |
parent | 9c696716118b7a190bff3b85a0e0863e521cfba3 (diff) |
Add option to move Tile/GridMap editors to another side
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.h')
-rw-r--r-- | editor/plugins/tile_map_editor_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h index bb76879b02..d72224263a 100644 --- a/editor/plugins/tile_map_editor_plugin.h +++ b/editor/plugins/tile_map_editor_plugin.h @@ -220,6 +220,9 @@ class TileMapEditorPlugin : public EditorPlugin { TileMapEditor *tile_map_editor; +protected: + void _notification(int p_what); + public: virtual bool forward_canvas_gui_input(const Ref<InputEvent> &p_event) { return tile_map_editor->forward_gui_input(p_event); } virtual void forward_draw_over_viewport(Control *p_overlay) { tile_map_editor->forward_draw_over_viewport(p_overlay); } |