added enemy health bar and target with markers

This commit is contained in:
derek
2025-03-22 19:09:13 -05:00
parent b85014c48b
commit c435db8b67
30 changed files with 239 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ func _ready():
scale.x = 1 * rand_scale
scale.y = 1 * rand_scale
text = str(damage_amt)
text = str(int(damage_amt))
# Called every frame. 'delta' is the elapsed time since the previous frame.