diff --git a/source/FlashingState.hx b/source/FlashingState.hx index 8c5017b..49e65f7 100644 --- a/source/FlashingState.hx +++ b/source/FlashingState.hx @@ -24,11 +24,11 @@ class FlashingState extends MusicBeatState add(bg); warnText = new FlxText(0, 0, FlxG.width, - "Hey, watch out!\n - This Mod contains some flashing lights!\n - Press ENTER to disable them now or go to Options Menu.\n - Press ESCAPE to ignore this message.\n - You've been warned!", + "Hey, attento!\n + Quaesta Mod contiene luci lampeggianti!\n + Premi ENTER per disattivarle ora o vai nel menu' delle opzioni.\n + Premi ESCAPE per ignorare questo messaggio.\n + Sei stato avvisato!", 32); warnText.setFormat("VCR OSD Mono", 32, FlxColor.WHITE, CENTER); warnText.screenCenter(Y); diff --git a/source/PlayState.hx b/source/PlayState.hx index 434b83c..d69fe05 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -5197,7 +5197,7 @@ class PlayState extends MusicBeatState case 'xiuderone': switch (curBeat) { case 156: - FlxG.camera.fade(FlxColor.WHITE, 1, true, true); + if(ClientPrefs.flashing) FlxG.camera.fade(FlxColor.WHITE, 1, true, true); } }