aboutsummaryrefslogtreecommitdiff
path: root/game/src/StartNode.gd
blob: 131dc4052399ea267004f532de0900086eac38db (plain) (blame)
1
2
3
4
5
extends Node

func _ready():
   print("From GDScript")
   TestSingleton.hello_singleton()