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, 0 insertions, 5 deletions
diff --git a/game/src/StartNode.gd b/game/src/StartNode.gd
deleted file mode 100644
index 131dc40..0000000
--- a/game/src/StartNode.gd
+++ /dev/null
@@ -1,5 +0,0 @@
-extends Node
-
-func _ready():
- print("From GDScript")
- TestSingleton.hello_singleton()