Minimap
This commit is contained in:
parent
231ff2bb1d
commit
6c5350d47e
32 changed files with 114 additions and 186 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue