Finished localization

This commit is contained in:
2022-12-16 08:05:01 -08:00
parent 36ad2fecca
commit c6bf90ee13
16 changed files with 173 additions and 58 deletions

View File

@ -15,12 +15,13 @@ DawnGame::DawnGame(DawnHost *host) :
host(host),
renderManager(this),
inputManager(this),
languageManager(this)
localeManager(this)
{
}
int32_t DawnGame::init() {
this->assetManager.init();
this->localeManager.init();
this->renderManager.init();
this->scene = new TestScene(this);