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