We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2142a78 commit ff4afb5Copy full SHA for ff4afb5
source/FlashingState.hx
@@ -37,7 +37,7 @@ class FlashingState extends MusicBeatState
37
Start with ESCAPE key enabled\n
38
楽しんでね! Enjoy!",
39
20);
40
- warnText.setFormat((Paths.font("vcr.ttf"), 20, FlxColor.WHITE, CENTER);
+ warnText.setFormat(Paths.font("vcr.ttf"), 20, FlxColor.WHITE, CENTER);
41
warnText.screenCenter(Y);
42
add(warnText);
43
}
0 commit comments