Minimap
This commit is contained in:
parent
231ff2bb1d
commit
6c5350d47e
32 changed files with 114 additions and 186 deletions
|
|
@ -19,6 +19,10 @@ var cargo = {}
|
|||
## Current quest
|
||||
var quest: Quest = null
|
||||
|
||||
func _ready():
|
||||
super._ready()
|
||||
star_system.ships.pop_back()
|
||||
|
||||
func destroy():
|
||||
super.destroy()
|
||||
if docking_base != null:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue