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

Merge pull request #58361 from V-Sekai/tileset_editor_selection

Fix tileset editor visiblity and selection context
This commit is contained in:
Rémi Verschelde
2022-07-28 17:31:21 +02:00
committed by GitHub
2 changed files with 13 additions and 2 deletions

View File

@@ -53,9 +53,12 @@ public:
};
private:
bool is_visible = false;
bool tile_map_changed_needs_update = false;
ObjectID tile_map_id;
Ref<TileSet> tile_set;
bool is_editing_tile_set = false;
Button *tilemap_editor_button = nullptr;
TileMapEditor *tilemap_editor = nullptr;