Initial idea for the boss fight UI but it's just a temporary holder for now.
This commit is contained in:
parent
a72d2879fd
commit
64807174c0
16 changed files with 165 additions and 36 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "combat_ui.hpp"
|
||||
#include "status_ui.hpp"
|
||||
#include "overlay_ui.hpp"
|
||||
#include "boss_fight_ui.hpp"
|
||||
|
||||
namespace gui {
|
||||
enum class State {
|
||||
|
@ -54,6 +55,7 @@ namespace gui {
|
|||
MapViewUI $map_ui;
|
||||
CombatUI $combat_ui;
|
||||
StatusUI $status_ui;
|
||||
BossFightUI $boss_fight_ui;
|
||||
sf::Font $font;
|
||||
|
||||
FSM();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue