Modificada la fuente subatomic

Modificado el aspecto y el comportamiento del menu de logros
This commit is contained in:
2023-10-09 10:25:36 +02:00
parent d718e20767
commit 62d90a605f
4 changed files with 31 additions and 25 deletions

View File

@@ -499,18 +499,16 @@ void Director::loadResources(section_t *section)
std::vector<std::string> textureList;
textureList.push_back("loading_screen_color.png");
textureList.push_back("loading_screen_color_zxarne.png");
textureList.push_back("gauntlet.png");
textureList.push_back("smb2.png");
textureList.push_back("debug.png");
textureList.push_back("subatomic.png");
textureList.push_back("notify.png");
resource->loadTextures(textureList);
// Offsets
std::vector<std::string> offsetsList;
offsetsList.push_back("gauntlet.txt");
offsetsList.push_back("smb2.txt");
offsetsList.push_back("debug.txt");
offsetsList.push_back("subatomic.txt");
resource->loadOffsets(offsetsList);
}
@@ -1384,6 +1382,8 @@ bool Director::setFileList()
asset->add(prefix + "/data/font/debug.txt", t_font);
asset->add(prefix + "/data/font/gauntlet.png", t_font);
asset->add(prefix + "/data/font/gauntlet.txt", t_font);
asset->add(prefix + "/data/font/subatomic.png", t_font);
asset->add(prefix + "/data/font/subatomic.txt", t_font);
// Datos
asset->add(prefix + "/data/input/gamecontrollerdb.txt", t_data);