调整回放标记位置

This commit is contained in:
MrZ626
2021-02-06 11:24:52 +08:00
parent d4b32a14b8
commit bc71d1dd7f

View File

@@ -350,7 +350,7 @@ function scene.draw()
--Replaying --Replaying
if GAME.replaying then if GAME.replaying then
gc_setColor(1,1,t%1>.5 and 1 or 0) gc_setColor(1,1,t%1>.5 and 1 or 0)
mText(drawableText.replaying,410,17) mText(drawableText.replaying,770,17)
end end
--Warning --Warning