This commit is contained in:
2ndbeam 2024-06-09 23:01:14 +03:00
commit 6c5350d47e
32 changed files with 114 additions and 186 deletions

View file

@ -24,6 +24,8 @@ var player_ship: PlayerShip
var pause_controller: Control
## All bases in the system
var bases: Array[Base]
## All ships in the system (excluding player ship)
var ships: Array[Ship]
func _ready():
player_ship = get_node_or_null("FactionPlayer/PlayerShip")