Nova font de text per al text gran amb el doble de definició

This commit is contained in:
2024-11-04 20:28:19 +01:00
parent 2256ee46eb
commit 7b1c2a6005
5 changed files with 203 additions and 5 deletions

View File

@@ -351,9 +351,9 @@ void Game::updateStage()
createMessage(paths, Resource::get()->getTexture("last_stage"));
else
{
auto text = Resource::get()->getText("04b_25");
auto text = Resource::get()->getText("04b_25_2x");
const std::string caption = std::to_string(10 - current_stage_) + lang::getText(38);
createMessage(paths, text->writeToTexture(caption, 2, -2));
createMessage(paths, text->writeToTexture(caption, 1, -4));
}
}
}