diff options
author | kobewi <kobewi4e@gmail.com> | 2022-05-01 17:09:32 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-05-01 22:13:30 +0200 |
commit | 142d0e7d7528ef09463c43a8e7a49b42f9bb7b2b (patch) | |
tree | 5103b3ca97925b2d67eac96fc9a667768fdb6be0 /editor/plugins/tiles/tile_map_editor.h | |
parent | db29d7753bb431f32058a2bf9f0e5b13fa99874f (diff) | |
download | redot-engine-142d0e7d7528ef09463c43a8e7a49b42f9bb7b2b.tar.gz |
Change Place Random Tiles to an icon
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index 3a0293f48f..ec32c83d10 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -92,7 +92,7 @@ private: VSeparator *tools_settings_vsep_2 = nullptr; CheckBox *bucket_contiguous_checkbox = nullptr; - CheckBox *random_tile_checkbox = nullptr; + Button *random_tile_toggle = nullptr; float scattering = 0.0; Label *scatter_label = nullptr; SpinBox *scatter_spinbox = nullptr; |