Bosses and other enemies now have a 2 frame animation, the first boss the Rat King now screams at you and attacks.

This commit is contained in:
Zed A. Shaw 2025-03-01 13:41:42 -05:00
parent b3b8cbbeee
commit 43835da88f
24 changed files with 35 additions and 22 deletions

View file

@ -330,7 +330,6 @@ namespace gui {
$renderer.draw($map_ui);
} else if(in_state(State::NEXT_LEVEL)) {
$window.clear();
$boss_fight_ui.init();
$boss_fight_ui.render($window);
} else {
draw_gui();