Boss fight looking better, but I need to get this bounce animation in the main game fights.

This commit is contained in:
Zed A. Shaw 2025-02-28 13:03:13 -05:00
parent 25d782df6d
commit 2d790c5986
8 changed files with 54 additions and 35 deletions

View file

@ -25,6 +25,7 @@ namespace gui {
guecs::UI $status;
guecs::UI $overlay;
textures::SpriteTexture $boss_image;
textures::SpriteTexture $boss_background;
BossFightUI(GameLevel level);