summaryrefslogtreecommitdiffstats
path: root/editor/scene_create_dialog.h
diff options
context:
space:
mode:
authorSam Freed <sfreed141@gmail.com>2023-07-21 10:40:04 -0700
committerSam Freed <sfreed141@gmail.com>2023-07-27 14:01:43 -0700
commit1ab7d1fcad1f283b8ddc1255257daa4b374cd03b (patch)
tree548cc6410be6d30e4e6ebd4c39123248d5052f47 /editor/scene_create_dialog.h
parent6588a4a29af1621086feac0117d5d4d37af957fd (diff)
downloadredot-engine-1ab7d1fcad1f283b8ddc1255257daa4b374cd03b.tar.gz
Respect "editor/naming/node_name_casing" in Create New Scene dialog
Diffstat (limited to 'editor/scene_create_dialog.h')
-rw-r--r--editor/scene_create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scene_create_dialog.h b/editor/scene_create_dialog.h
index dd27b85af2..c6f40b928e 100644
--- a/editor/scene_create_dialog.h
+++ b/editor/scene_create_dialog.h
@@ -48,6 +48,7 @@ class SceneCreateDialog : public ConfirmationDialog {
enum MsgType {
MSG_OK,
MSG_ERROR,
+ MSG_WARNING,
};
const StringName type_meta = StringName("type");