Debug menu, reorganized game scene

This commit is contained in:
gamer147
2026-04-05 20:53:04 -04:00
parent eb5bf32bb8
commit 1973d93b16
17 changed files with 816 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
class_name ConsoleCommand extends RefCounted
func get_command_name() -> String:
return ""
func get_help_text() -> String:
return ""
func run(args: Array, context: Dictionary) -> String:
return ""

View File

@@ -0,0 +1 @@
uid://b2kk8l3kumxpr