mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Merge 15387644bb
into d31ef12363
This commit is contained in:
commit
23d5948964
1 changed files with 7 additions and 1 deletions
|
@ -1923,7 +1923,13 @@ class FreeplayState extends MusicBeatSubState
|
|||
}
|
||||
|
||||
// Visual and audio effects.
|
||||
FunkinSound.playOnce(Paths.sound('confirmMenu'));
|
||||
if (currentCharacterId == 'pico')
|
||||
{
|
||||
// Gunshot SFX when confirming a song as pico, why not?
|
||||
FunkinSound.playOnce(Paths.soundRandom('shot', 1, 4, 'weekend1'));
|
||||
}
|
||||
else
|
||||
FunkinSound.playOnce(Paths.sound('confirmMenu'));
|
||||
if (dj != null) dj.confirm();
|
||||
|
||||
grpCapsules.members[curSelected].forcePosition();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue