xanarch-td/scripts/main/Main.gd
2026-06-03 21:53:16 -04:00

6 lines
169 B
GDScript

## 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")