Cutscenes are now integrated into the game. LONG LIVE THE RAT KING!
This commit is contained in:
parent
fa4573be7b
commit
8fdaadaf12
5 changed files with 30 additions and 17 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "events.hpp"
|
||||
#include "gui/event_router.hpp"
|
||||
#include "gui/dnd_loot.hpp"
|
||||
#include "storyboard/ui.hpp"
|
||||
|
||||
namespace gui {
|
||||
enum class State {
|
||||
|
|
@ -36,6 +37,7 @@ namespace gui {
|
|||
DebugUI $debug_ui;
|
||||
MainUI $main_ui;
|
||||
std::shared_ptr<boss::Fight> $boss_fight = nullptr;
|
||||
std::shared_ptr<storyboard::UI> $boss_scene = nullptr;
|
||||
CombatUI $combat_ui;
|
||||
StatusUI $status_ui;
|
||||
MapViewUI $map_ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue