mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Added beginnings of boss
This commit is contained in:
8
src/Debug/BossStateDisplay.gd
Normal file
8
src/Debug/BossStateDisplay.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Panel
|
||||
|
||||
func _on_SlimeBoss_state_changed(new_state_name):
|
||||
$VBoxContainer/State.text = new_state_name
|
||||
|
||||
|
||||
func _on_SlimeBoss_phase_changed(new_phase_name):
|
||||
$VBoxContainer/Phase.text = "Phase: " + new_phase_name
|
||||
Reference in New Issue
Block a user