Debug menu, reorganized game scene
This commit is contained in:
10
resources/resource_definitions/console_command.gd
Normal file
10
resources/resource_definitions/console_command.gd
Normal 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 ""
|
||||
1
resources/resource_definitions/console_command.gd.uid
Normal file
1
resources/resource_definitions/console_command.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://b2kk8l3kumxpr
|
||||
Reference in New Issue
Block a user