improve flashing lights option
This commit is contained in:
@ -295,7 +295,8 @@ class TitleState extends MusicBeatState
|
||||
NGio.unlockMedal(61034);
|
||||
#end
|
||||
|
||||
titleText.animation.play('press');
|
||||
if (FlxG.save.data.flashing)
|
||||
titleText.animation.play('press');
|
||||
|
||||
FlxG.camera.flash(FlxColor.WHITE, 1);
|
||||
FlxG.sound.play(Paths.sound('confirmMenu'), 0.7);
|
||||
|
Reference in New Issue
Block a user