Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
NexIsDumb committed Jul 20, 2023
1 parent 1edb409 commit 4cbf371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions source/FlashingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 4cbf371

Please sign in to comment.