Furtat el so del logo de JAILGAMES de The Pool

This commit is contained in:
2024-11-27 18:02:25 +01:00
parent b987d06aca
commit 6ed37425bf
3 changed files with 27 additions and 21 deletions

View File

@@ -113,6 +113,11 @@ void Logo::checkInput()
// Gestiona el logo de JAILGAME
void Logo::updateJAILGAMES()
{
if (counter_ == 30)
{
JA_PlaySound(Resource::get()->getSound("logo.wav"));
}
if (counter_ > 30)
{
for (int i = 0; i < (int)jail_sprite_.size(); ++i)