added enemy health bar and target with markers
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user