Skip to content

Commit

Permalink
time elapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
PortilizenHub committed Aug 19, 2022
1 parent 64905e7 commit 8dcbc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PauseSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PauseSubState extends MusicBeatSubstate
add(practiceText);

TIME = new FlxText(20, 15 + 128, 0, "TIME: ", 32);
TIME.text = "Time: " + Std.string(FlxMath.roundDecimal(Conductor.songPosition / 1000, 2));
TIME.text = "Time Elapsed: " + Std.string(FlxMath.roundDecimal(Conductor.songPosition / 1000, 2));
TIME.scrollFactor.set();
TIME.setFormat(Paths.font('vcr.ttf'), 32);
TIME.updateHitbox();
Expand Down

0 comments on commit 8dcbc8a

Please sign in to comment.