BossFightUI is not managed by the level manager since it is kind of a new level, just with a different mini game.

This commit is contained in:
Zed A. Shaw 2025-03-03 11:15:49 -05:00
parent a3f6ba3c03
commit ca18422930
12 changed files with 49 additions and 67 deletions

View file

@ -52,10 +52,10 @@ namespace gui {
MainUI $main_ui;
SFMLRender $renderer;
GameLevel $level;
shared_ptr<BossFightUI> $boss_fight_ui = nullptr;
MapViewUI $map_ui;
CombatUI $combat_ui;
StatusUI $status_ui;
BossFightUI $boss_fight_ui;
sf::Font $font;
FSM();