You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user