school-game/godot/Main.gd

11 lines
194 B
GDScript

extends Node
onready var player_vars = get_node("/root/PlayerVariables")
# Called when the node enters the scene tree for the first time.
#func _ready():
# pass
#func _process(delta):
# pass