boss3 health bars
This commit is contained in:
parent
1274e989b4
commit
21181a24c8
4 changed files with 85 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
extends "res://maps/map.gd"
|
||||
|
||||
|
||||
onready var sg_health: HSlider = $"%SGHealth"
|
||||
onready var fami_health: HSlider = $"%FamiHealth"
|
||||
|
||||
|
||||
|
||||
func _on_2083_health_changed(amount) -> void:
|
||||
sg_health.value = amount
|
||||
|
||||
|
||||
func _on_Famira_health_changed(amount) -> void:
|
||||
fami_health.value = -amount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue