diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2024-09-18 18:07:18 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2024-10-30 11:42:17 -0300 |
commit | 16524a8a01408480ce2063461c8c042bc4eb3fa8 (patch) | |
tree | f82806e99d030ed26ddec9347681430db49fe199 /editor/editor_main_screen.h | |
parent | 8004c7524fb9f43425c4d6f614410a76678e0f7c (diff) | |
download | redot-engine-16524a8a01408480ce2063461c8c042bc4eb3fa8.tar.gz |
Add "Game" editor for better runtime debugging
Diffstat (limited to 'editor/editor_main_screen.h')
-rw-r--r-- | editor/editor_main_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_main_screen.h b/editor/editor_main_screen.h index 153a182bc2..ca78ceaa88 100644 --- a/editor/editor_main_screen.h +++ b/editor/editor_main_screen.h @@ -47,6 +47,7 @@ public: EDITOR_2D = 0, EDITOR_3D, EDITOR_SCRIPT, + EDITOR_GAME, EDITOR_ASSETLIB, }; |