Substational additions to dCinema

Includes documentation of how to create acts, prefabs and scenes.
This commit is contained in:
wincent
2023-10-27 23:51:38 +02:00
parent 01b40ffa08
commit b274ea1b8f
30 changed files with 2784 additions and 664 deletions

View File

@@ -22,7 +22,7 @@ void DukeDialogueGlowingBrick::OnMissionDialogueOK(Entity* self, Entity* target,
return;
}
auto* recorder = Recording::Recorder::LoadFromFile("DukeGlowing.xml");
auto* recorder = Cinema::Recording::Recorder::LoadFromFile("DukeGlowing.xml");
if (recorder == nullptr) {
return;