From 858f2c673bf0a7797da4252c71f7d9a8788bd279 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Wed, 19 Aug 2020 20:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E7=95=8C=E9=9D=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8E=92=E7=89=88=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/scene.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zframework/scene.lua b/Zframework/scene.lua index 06233fdb..021402e4 100644 --- a/Zframework/scene.lua +++ b/Zframework/scene.lua @@ -124,8 +124,8 @@ function sceneInit.pause(org) format("%d(%d-%d)",S.pend,S.recv,S.recv-S.pend), format("%d/%d/%d/%d",S.clears[1],S.clears[2],S.clears[3],S.clears[4]), format("(%d)/%d/%d/%d",S.spins[1],S.spins[2],S.spins[3],S.spins[4]), - format("%d/%d;%d/%d",S.b2b,S.b3b,S.pc,S.hpc), - format("%d[%.2f%%]",S.extraPiece,100*max(1-S.extraRate/S.piece,0)), + format("%d/%d ; %d/%d",S.b2b,S.b3b,S.pc,S.hpc), + format("%d [%.2f%%]",S.extraPiece,100*max(1-S.extraRate/S.piece,0)), }, --From right-down, 60 degree each