Fixed primitives, improved sound tracks management, now it's possbile to add a custom tracks for Shop section (Track2.mp3), Option window (Track3.mp3) and Awards section (Track4.mp3) and it's also possible to add two subfolders "MainMenu" and "Battlefield" within "suound" folder where it's possbile to add twenty custom songs ("TrackMenuXX.mp3" and "TrackDuelXX.mp3") that will be played randomly in main menu windows and when match starts.

This commit is contained in:
Vittorio Alfieri
2021-09-16 22:11:43 +02:00
parent 2af470e42b
commit f671f61713
10 changed files with 49 additions and 17 deletions

View File

@@ -142,6 +142,8 @@ void GameStateOptions::Start()
optionsMenu->Add(kCancelMenuID, "Cancel");
optionsTabs->Entering(JGE_BTN_NONE);
GameApp::playMusic("Track3.mp3"); // Added music for options.
}
void GameStateOptions::End()