New base menu template

This commit is contained in:
2ndbeam 2024-05-15 07:48:03 +03:00
commit f2cff37a22
12 changed files with 185 additions and 16 deletions

View file

@ -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