Initial Commit
This commit is contained in:
6
Scripts/Gameplay/CommandLine/Commands/say.gd
Normal file
6
Scripts/Gameplay/CommandLine/Commands/say.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Resource
|
||||
var desc: String = "Repeat your input"
|
||||
var usage: String = "say <text>"
|
||||
|
||||
func main(args: Array, context: Node) -> void:
|
||||
context._print(args)
|
||||
Reference in New Issue
Block a user