Color: afegit static Color fromHex(const std::string& hexStr)
This commit is contained in:
@@ -142,6 +142,9 @@ void Director::loadParams()
|
||||
void Director::loadScoreFile()
|
||||
{
|
||||
auto manager = std::make_unique<ManageHiScoreTable>(Options::settings.hi_score_table);
|
||||
#ifdef DEBUG
|
||||
manager->clear();
|
||||
#else
|
||||
if (overrides.clear_hi_score_table)
|
||||
{
|
||||
manager->clear();
|
||||
@@ -150,6 +153,7 @@ void Director::loadScoreFile()
|
||||
{
|
||||
manager->loadFromFile(Asset::get()->get("score.bin"));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// Asigna los botones y teclas al objeto Input
|
||||
|
||||
Reference in New Issue
Block a user