Fixed dynamic asset loading.

This commit is contained in:
2022-12-16 09:04:12 -08:00
parent 71dbf6e646
commit 4090e61406
7 changed files with 29 additions and 4 deletions

View File

@ -39,6 +39,10 @@ namespace Dawn {
auto start = new VisualNovelChangeSimpleBackgroundEvent(
vnManager, &texture->texture
);
struct Locale loc;
loc.language = "fr";
this->game->localeManager.setLocale(loc);
start
->then(new VisualNovelTextboxEvent(vnManager, "test"))