Allow to create scene from FileSystem dock

This commit is contained in:
Tomasz Chabora 2019-08-15 19:47:21 +02:00
parent b24228e03b
commit cedee8281b
6 changed files with 98 additions and 7 deletions

View file

@ -117,6 +117,7 @@ public:
struct EditedScene {
Node *root;
String path;
Dictionary editor_states;
List<Node *> selection;
Vector<EditorHistory::History> history_stored;