There was an error while loading. Please reload this page.
1 parent fb98479 commit e32a5eeCopy full SHA for e32a5ee
1 file changed
assets/songs/thorns/cutscene.hx
@@ -53,7 +53,7 @@ function create() {
53
else {
54
timers.remove(swagTimer);
55
camHUD.visible = true;
56
- self.startDialogue("assets/songs/" + PlayState.instance.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close);
+ self.startDialogue("assets/songs/" + PlayState.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close);
57
}
58
}));
59
});
0 commit comments