cutscene system
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "interactable.hh"
|
||||
#include "luaapi.hh"
|
||||
#include "sceneloader.hh"
|
||||
#include "cutscene.hh"
|
||||
|
||||
namespace psxsplash {
|
||||
class SceneManager {
|
||||
@@ -113,6 +114,11 @@ class SceneManager {
|
||||
// Audio system
|
||||
AudioManager m_audio;
|
||||
|
||||
// Cutscene playback
|
||||
Cutscene m_cutscenes[MAX_CUTSCENES];
|
||||
int m_cutsceneCount = 0;
|
||||
CutscenePlayer m_cutscenePlayer;
|
||||
|
||||
psxsplash::Controls m_controls;
|
||||
|
||||
psxsplash::Camera m_currentCamera;
|
||||
|
||||
Reference in New Issue
Block a user