Equipment menu

This commit is contained in:
gotfishmakesticks 2024-01-13 10:58:44 +03:00
commit bef15301cb
28 changed files with 809 additions and 48 deletions

View file

@ -5,6 +5,7 @@ class_name Hull
@export var max_hp : float = 30
@export var max_fuel : float = 1000
@export var max_weight : float = 100
@export var id : String = "starterhull"
@onready var hp : float = max_hp
@onready var fuel : float = max_fuel