Base docking system (areas don't monitor ship somehow)
This commit is contained in:
parent
ab3ac4af66
commit
739cdbe4c3
11 changed files with 190 additions and 18 deletions
|
|
@ -6,6 +6,7 @@ class_name PlayerShip
|
|||
@onready var camera = $Camera
|
||||
## Player colorable GUI reference
|
||||
@onready var colorable_gui = $ColorableGUI
|
||||
|
||||
## Node which was selected by input
|
||||
var selected_node: Node2D = null
|
||||
## Currency variable
|
||||
var money: float = 1000.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue