HUD and prototype textures

This commit is contained in:
Rendo 2025-11-29 18:48:32 +05:00
commit 03bc73e9ff
45 changed files with 742 additions and 26 deletions

View file

@ -9,6 +9,7 @@ func request_spawn(data: Variant) -> Node:
return Node.new()
var node = load(data.scene).instantiate()
if data.has("impulse"):
print()
if data.has_all(["ammo","remaining_ammo","slot"]):
node.weapon.ammo = data.ammo
node.weapon.remaining_ammo = data.remaining_ammo