offside/game.gd

7 lines
141 B
GDScript

extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
$PlayerController.set_player_node($Player)