mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09:00
Add logo sound case for transitioning to song select
This commit is contained in:
parent
a5f5bde2c0
commit
c8022126dc
@ -274,6 +274,10 @@ namespace osu.Game.Screens.Menu
|
|||||||
case ButtonSystemState.Play:
|
case ButtonSystemState.Play:
|
||||||
buttonsPlay.First().Click();
|
buttonsPlay.First().Click();
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
// no sound should be played if the logo is clicked on while transitioning to song select
|
||||||
|
case ButtonSystemState.EnteringMode:
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user