kiss-godot printThroughGD

This commit is contained in:
2023-02-13 07:48:59 -07:00
parent c8d9fa81b4
commit be59bfb2eb
4 changed files with 7 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
(defMacro getNode [parent childPath]
`(cast (.getNode ,parent ,childPath)))

View File

@@ -0,0 +1,5 @@
(defMacro getNode [parent childPath]
`(cast (.getNode ,parent ,childPath)))
(function printThroughGD []
(set Prelude.printStr ->s (GD.print s)))