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

@@ -495,6 +495,8 @@ void Director::setFileList()
Asset::get()->add(prefix + "/data/font/smb2.txt", AssetType::FONT);
Asset::get()->add(prefix + "/data/font/04b_25.png", AssetType::BITMAP);
Asset::get()->add(prefix + "/data/font/04b_25.txt", AssetType::FONT);
Asset::get()->add(prefix + "/data/font/04b_25_2x.png", AssetType::BITMAP);
Asset::get()->add(prefix + "/data/font/04b_25_2x.txt", AssetType::FONT);
// Textos
Asset::get()->add(prefix + "/data/lang/es_ES.txt", AssetType::LANG);
@@ -614,7 +616,7 @@ void Director::runGame()
{
const auto player_id = section::options == section::Options::GAME_PLAY_1P ? 1 : 2;
#ifdef DEBUG
constexpr auto current_stage = 9;
constexpr auto current_stage = 0;
#else
constexpr auto current_stage = 0;
#endif