## Main.gd ## Root scene entry point. Boots into the game loop. extends Node func _ready() -> void: get_tree().change_scene_to_file("res://scenes/main/GameLoop.tscn")