1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #15185 from damarindra/master

Improve : ease of use TileSet Editor
This commit is contained in:
Rémi Verschelde
2018-01-03 12:06:21 +01:00
committed by GitHub
2 changed files with 57 additions and 13 deletions

View File

@@ -86,6 +86,7 @@ class AutotileEditor : public Control {
int current_item_index;
Sprite *preview;
ScrollContainer *scroll;
Control *workspace_container;
Control *workspace;
Button *tool_editmode[EDITMODE_MAX];