mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow to create scene from FileSystem dock
This commit is contained in:
parent
b24228e03b
commit
cedee8281b
6 changed files with 98 additions and 7 deletions
|
|
@ -117,6 +117,7 @@ public:
|
|||
|
||||
struct EditedScene {
|
||||
Node *root;
|
||||
String path;
|
||||
Dictionary editor_states;
|
||||
List<Node *> selection;
|
||||
Vector<EditorHistory::History> history_stored;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue