HUD only displays when fight begins

This commit is contained in:
pennyrigate 2024-06-20 18:53:54 -04:00
parent a1fb454384
commit bd0c4e2e32

View file

@ -26,7 +26,6 @@ func _on_Famira_health_changed(amount) -> void:
func _on_cutscene_finished() -> void:
$GUI.visible = true
sg2083.visible = true
famira.visible = true
famira.animation_player.play("grow")