Audio assets installed message

This commit is contained in:
Sonic Dreamcaster 2025-04-06 00:31:17 -03:00
parent 98d861a481
commit 1c3541183f

View file

@ -193,7 +193,7 @@ void DrawSettingsMenu(){
} else {
if (UIWidgets::Button("Install JP/EU Audio")) {
if (GameEngine::GenAssetFile()){
GameEngine::ShowMessage("Success", "Audio assets Installed, restart the game to apply changes.", SDL_MESSAGEBOX_INFORMATION);
GameEngine::ShowMessage("Success", "Audio assets installed. Changes will be applied on the next startup.", SDL_MESSAGEBOX_INFORMATION);
Ship::Context::GetInstance()->GetWindow()->Close();
}
}