add debug panel

This commit is contained in:
Matt Parker
2025-08-29 18:25:42 +10:00
parent 88b8fbea55
commit 850be02a52
11 changed files with 266 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ public static class GodotGlobalEvents
public enum BottomPanelType
{
Run,
Debug,
Build,
Problems
}