Added talkey to texty

This commit is contained in:
2023-01-22 14:00:30 -08:00
parent c20d85913c
commit 45a0a2c158
37 changed files with 289 additions and 69 deletions

View File

@ -37,7 +37,7 @@ namespace Dawn {
IVisualNovelEvent * getVNEvent() override {
auto start = new VisualNovelPauseEvent(vnManager, 0.1f);
start
->then(new VisualNovelTextboxEvent(vnManager, nullptr, "scene.5.1"))
->then(new VisualNovelTextboxEvent(vnManager, "scene.5.1"))
->then(new VisualNovelCallbackEvent<Scene_5>(vnManager, this, &Scene_5::onSceneEnded))
;
return start;