New base menu template
This commit is contained in:
parent
545da7be1f
commit
f2cff37a22
12 changed files with 185 additions and 16 deletions
|
|
@ -6,6 +6,8 @@ class_name PlayerShip
|
|||
@onready var camera = $Camera
|
||||
## Player colorable GUI reference
|
||||
@onready var colorable_gui = $ColorableGUI
|
||||
## Player non-colorable GUI reference
|
||||
@onready var non_colorable_gui = $NonColorableGUI
|
||||
## Node which was selected by input
|
||||
var selected_node: Node2D = null
|
||||
## Currency variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue