kiss-godot printThroughGD
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
(defMacro getNode [parent childPath]
|
||||
`(cast (.getNode ,parent ,childPath)))
|
5
projects/kiss-godot/src/kiss_godot/Util.kiss
Normal file
5
projects/kiss-godot/src/kiss_godot/Util.kiss
Normal file
@@ -0,0 +1,5 @@
|
||||
(defMacro getNode [parent childPath]
|
||||
`(cast (.getNode ,parent ,childPath)))
|
||||
|
||||
(function printThroughGD []
|
||||
(set Prelude.printStr ->s (GD.print s)))
|
Reference in New Issue
Block a user