extends Node class_name GameLoop @export var turns : int # Called when the node enters the scene tree for the first time. func _ready(): GlobalVariables.gameloop = self func _process(_delta): pass