Mirror for Friday Night Funkin

fix: make the sound tray volume be less loud (#990)

+1 -1
+1 -1
source/funkin/ui/options/FunkinSoundTray.hx
··· 142 142 var sound:String = up ? volumeUpSound : volumeDownSound; 143 143 144 144 if (globalVolume == 10) sound = volumeMaxSound; 145 - if (sound != null) FlxG.sound.load(sound).play(); 145 + if (sound != null) FlxG.sound.load(sound).play().volume = 0.3; 146 146 } 147 147 148 148 return globalVolume;