This commit is contained in:
2026-02-23 11:37:27 +01:00
commit 13dbb551c8
94 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
extends Resource
class_name machine
@export var modell_name : StringName
@export var carry_capacity : float
@export var hit_points : float
@export var fuel_tank_capacity : float
@export var weapon_slots : Array
@export var machine_upgrades : Array
var current_fuel_in_tank : float