You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: source/TapBPMSubState.hx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ class TapBPMSubState extends FlxSubState
81
81
vartps=tps1/prevtaps.length; // the fact that i had to look this up
82
82
tpm=tps*60;
83
83
if (started)
84
-
funny.text="TAPS: "+taps+"\nTIME: "+seconds+"s\nBPM: "+tpm+"\nPress SPACE and tap to the beat!\nPress ESCAPE to exit, \nand ENTER to update Song BPM and exit.";
84
+
funny.text="TAPS: "+taps+"\nTIME: "+seconds+"s\nBPM: "+tpm+"\nPress SPACE and tap to the beat!\nPress ESCAPE to exit. \n Press ENTER to update Song BPM and exit.";
0 commit comments