Rewriting ships: Added shields and weapons holder

This commit is contained in:
2ndbeam 2024-04-28 20:53:44 +03:00
commit 95274d0a5b
17 changed files with 396 additions and 24 deletions

View file

@ -1,6 +1,6 @@
extends Node2D
class_name Shield
#class_name Shield
@export var max_capacity : int = 8
@export var shield_charge_rate : float = 1