Remove Splash Screen Sound
-
I like the HaxeFlixel Splash Screen, but the sound is super loud. Is there a way I can just disable the sound? Thanks.
-
You should be able to change it in the end of flixel/system/FlxSplash.hx/create()
-
You don't need to modify any Flixel files, you can just adjust
FlxG.sound.volume
at the end ofMain#new()
.