boss3 health bars

This commit is contained in:
Haze Weathers 2024-02-12 00:03:10 -05:00
parent 1274e989b4
commit 21181a24c8
4 changed files with 85 additions and 1 deletions

View file

@ -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