diff options
author | henrlin24 <102765166+henrlin24@users.noreply.github.com> | 2022-12-10 21:35:55 -0500 |
---|---|---|
committer | henrlin24 <102765166+henrlin24@users.noreply.github.com> | 2022-12-11 13:16:36 -0500 |
commit | afa38bd030f1052cd1793da6d53bed9336a7e0f5 (patch) | |
tree | c393a9070bb1ff9461f96176552ceb68a725468b /editor/plugins/tiles/tile_map_editor.h | |
parent | a4131b61b10cb3a7fe0e1e76ed11dfebfa55e7e6 (diff) | |
download | redot-engine-afa38bd030f1052cd1793da6d53bed9336a7e0f5.tar.gz |
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" is disabled
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index ad27795437..9700e26e01 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -91,6 +91,8 @@ private: VSeparator *tools_settings_vsep_2 = nullptr; CheckBox *bucket_contiguous_checkbox = nullptr; Button *random_tile_toggle = nullptr; + + HBoxContainer *scatter_controls_container = nullptr; float scattering = 0.0; Label *scatter_label = nullptr; SpinBox *scatter_spinbox = nullptr; |