private void Start() { GameNode = GetNode <Node>("/root/Game") as Game; GameNode.Start(); Player = GameNode.GetNode <KinematicBody2D>("Player"); }