diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-21 14:25:08 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-21 14:25:08 +0200 |
| commit | fb4c0cf4624b1e3e738cf391e20cf2c08d76be9c (patch) | |
| tree | e156447eab5c269a9cf3962db5b6704401e2d133 /editor/plugins/tiles/tile_map_editor.h | |
| parent | 44ea5f94707b718335cea619207c06ce836d611f (diff) | |
| parent | 07a00cf82274c6fb96345947a150f32ff6b399db (diff) | |
| download | redot-engine-fb4c0cf4624b1e3e738cf391e20cf2c08d76be9c.tar.gz | |
Merge pull request #81971 from KoBeWi/there_is_only_one_scene
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; |
