From 16524a8a01408480ce2063461c8c042bc4eb3fa8 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Wed, 18 Sep 2024 18:07:18 -0300 Subject: Add "Game" editor for better runtime debugging --- editor/editor_main_screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/editor_main_screen.h') 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, }; -- cgit v1.2.3