Added health bars

This commit is contained in:
2024-02-13 00:22:27 +01:00
parent ba978049a5
commit 6727be5cd0
23 changed files with 154 additions and 41 deletions

View File

@ -0,0 +1,7 @@
class_name DamageInstance
var damage: float
func _init(_damage: float):
damage = _damage