调整回放速度文本
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user