aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-06-27 19:59:33 -0300
committerJuan Linietsky2016-06-27 20:00:18 -0300
commit972c2ad09f6a89e45e61987c9aa89cc3716d2b2b (patch)
tree6f464d2548ab3507a7f2e4cd86d1d27135422acd /tools/editor/editor_node.h
parent1f9812ab835e97ff07f4abba23a7915e04d306c9 (diff)
downloadgodot-972c2ad09f6a89e45e61987c9aa89cc3716d2b2b.tar.gz
godot-972c2ad09f6a89e45e61987c9aa89cc3716d2b2b.tar.zst
godot-972c2ad09f6a89e45e61987c9aa89cc3716d2b2b.zip
Ask about selecting a main scene if one has not been selected.
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 75565118b..a0a03341f 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -185,6 +185,7 @@ private:
SETTINGS_LAYOUT_DELETE,
SETTINGS_LAYOUT_DEFAULT,
SETTINGS_LOAD_EXPORT_TEMPLATES,
+ SETTINGS_PICK_MAIN_SCENE,
SETTINGS_HELP,
SETTINGS_ABOUT,
SOURCES_REIMPORT,
@@ -287,6 +288,7 @@ private:
ConfirmationDialog *confirmation;
ConfirmationDialog *import_confirmation;
ConfirmationDialog *open_recent_confirmation;
+ ConfirmationDialog *pick_main_scene;
AcceptDialog *accept;
AcceptDialog *about;
AcceptDialog *warning;