调整回放速度文本

This commit is contained in:
MrZ626
2021-07-09 18:34:41 +08:00
parent 5deb724f7d
commit c9265c640a
2 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,6 @@ do--drawableText
modeName=T(30),
anykey=T(40),
replaying=T(20),
win=T(120),lose=T(120),
finish=T(120),
gamewin=T(100),gameover=T(100),pause=T(120),

View File

@@ -248,10 +248,11 @@ function scene.draw()
--Replaying
if GAME.replaying then
gc.setColor(1,1,TIME()%1>.5 and 1 or 0)
mText(drawableText.replaying,770,8)
setFont(20)
mStr(("%s <%sf>"):format(repRateStrings[replayRate],PLAYERS[1].frameRun),770,30)
gc.setColor(1,1,TIME()%.8>.4 and 1 or 0)
mStr(text.replaying,770,6)
gc.setColor(1,1,1,.8)
mStr(("%s %sf"):format(repRateStrings[replayRate],PLAYERS[1].frameRun),770,31)
end
--Warning