Initial Commit

This commit is contained in:
June
2026-03-24 22:00:03 -07:00
parent bf9620bbb6
commit 5533b95cff
73 changed files with 1647 additions and 293 deletions

View 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)