1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Moved wrapper function to TileMapEditor.

This commit is contained in:
Carl Olsson
2015-02-11 21:40:50 +10:00
parent 573ae5dd92
commit c613fb121b
4 changed files with 12 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ class TileMapEditor : public VBoxContainer {
void _menu_option(int p_option);
void _set_cell(const Point2i& p_pos, int p_value, bool p_flip_h=false, bool p_flip_v=false, bool p_transpose=false, bool p_with_undo=false);
void _set_cell_shortened(const Point2& p_pos, int p_value, bool p_flip_h=false, bool p_flip_v=false, bool p_transpose=false);
void _canvas_mouse_enter();
void _canvas_mouse_exit();