nou: musica al completar el joc

This commit is contained in:
2025-09-25 19:10:46 +02:00
parent e4532fcef2
commit 5edef17d84
7 changed files with 126 additions and 94 deletions
+15 -2
View File
@@ -13,7 +13,6 @@ void ManageHiScoreTable::clear() {
table_.clear();
// Añade 10 entradas predefinidas
/*
table_.emplace_back("BRY", 1000000);
table_.emplace_back("USUFO", 500000);
table_.emplace_back("GLUCA", 100000);
@@ -24,8 +23,8 @@ void ManageHiScoreTable::clear() {
table_.emplace_back("SAM", 500);
table_.emplace_back("PACMQ", 200);
table_.emplace_back("PELEC", 100);
*/
/*
table_.emplace_back("BRY", 1000);
table_.emplace_back("USUFO", 500);
table_.emplace_back("GLUCA", 100);
@@ -36,6 +35,20 @@ void ManageHiScoreTable::clear() {
table_.emplace_back("SAM", 3);
table_.emplace_back("PACMQ", 2);
table_.emplace_back("PELEC", 1);
*/
/*
table_.emplace_back("BRY", 5000000);
table_.emplace_back("USUFO", 5000000);
table_.emplace_back("GLUCA", 5000000);
table_.emplace_back("PARRA", 5000000);
table_.emplace_back("CAGAM", 5000000);
table_.emplace_back("PEPE", 5000000);
table_.emplace_back("ROSIT", 5000000);
table_.emplace_back("SAM", 5000000);
table_.emplace_back("PACMQ", 5000000);
table_.emplace_back("PELEC", 5000000);
*/
sort();
}