school-game/godot/Main.gd

11 lines
194 B
GDScript3
Raw Normal View History

2022-11-09 12:09:17 +00:00
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