aboutsummaryrefslogtreecommitdiff
path: root/game/src/StartNode.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/StartNode.gd')
-rw-r--r--game/src/StartNode.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/src/StartNode.gd b/game/src/StartNode.gd
new file mode 100644
index 0000000..131dc40
--- /dev/null
+++ b/game/src/StartNode.gd
@@ -0,0 +1,5 @@
+extends Node
+
+func _ready():
+ print("From GDScript")
+ TestSingleton.hello_singleton()