Example Poker VN Scene

This commit is contained in:
2022-12-14 08:35:50 -08:00
parent 6404f35b1c
commit 2f48f61e9a
9 changed files with 140 additions and 45 deletions

View File

@ -14,11 +14,6 @@
#include "visualnovel/events/VisualNovelPauseEvent.hpp"
#include "visualnovel/events/VisualNovelFadeEvent.hpp"
#include "visualnovel/events/VisualNovelChangeSimpleBackgroundEvent.hpp"
#include "poker/PokerGame.hpp"
#include "visualnovel/events/PokerBetLoopEvent.hpp"
#include "visualnovel/events/PokerInitialEvent.hpp"
#include "ui/PokerPlayerDisplay.hpp"
#include "prefabs/VNPenny.hpp"
namespace Dawn {
class SimpleVNScene : public Scene {