2025-10-13 17:09:10 +02:00

7 lines
122 B
GDScript

extends Node2D
# main.gd - loads sector and ensures UI exists
func _ready():
# nothing special here for now
pass