Save Manager

This commit is contained in:
2022-12-17 23:18:06 -08:00
parent 4090e61406
commit 1dbfd9f42e
23 changed files with 574 additions and 15 deletions

View File

@ -89,7 +89,6 @@ void UILabel::setTransform(
}
void UILabel::onLanguageUpdated() {
std::cout << "LANG UPDATED" << std::endl;
this->needsRebuffering = true;
if(key.size() > 0 && this->getGame()->localeManager.getString(key).size()>0){
this->hasText = true;