diff options
author | kobewi <kobewi4e@gmail.com> | 2023-09-20 12:39:41 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-09-20 14:10:21 +0200 |
commit | 07a00cf82274c6fb96345947a150f32ff6b399db (patch) | |
tree | 6e49dfb768a09a3fc03bc24c1a1a6f40cc1ba5f6 /editor/plugins/tiles/tile_map_editor.h | |
parent | 4613bfc9df46670fd1c14a63b78e8117a83ee186 (diff) | |
download | redot-engine-07a00cf82274c6fb96345947a150f32ff6b399db.tar.gz |
Don't allow transforming scene tiles
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index 0b3d9813c3..c9a1efe62d 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -118,6 +118,7 @@ private: void _update_toolbar(); void _update_transform_buttons(); + void _set_transform_buttons_state(const Vector<Button *> &p_enabled_buttons, const Vector<Button *> &p_disabled_buttons, const String &p_why_disabled); ///// Tilemap editing. ///// bool has_mouse = false; |