1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Change Place Random Tiles to an icon

This commit is contained in:
kobewi
2022-05-01 17:09:32 +02:00
parent db29d7753b
commit 142d0e7d75
3 changed files with 18 additions and 15 deletions

View File

@@ -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;