From 912ebce9f39259c519d2e82e56e06ff010c7a069 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Tue, 1 Oct 2024 23:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=99=E7=A8=8B=E7=AC=AC=E4=B8=83?= =?UTF-8?q?=E5=85=B3=E5=88=86=E6=95=B0=E5=88=B7=E6=96=B0=E6=97=B6=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../game/mode/brik/interior/tutorial/7.techrashPractice.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/game/mode/brik/interior/tutorial/7.techrashPractice.lua b/assets/game/mode/brik/interior/tutorial/7.techrashPractice.lua index ab4c4ffd..507132a1 100644 --- a/assets/game/mode/brik/interior/tutorial/7.techrashPractice.lua +++ b/assets/game/mode/brik/interior/tutorial/7.techrashPractice.lua @@ -43,6 +43,8 @@ return { if clear.line<4 then if not P.modeData.protect then P.modeData.protect=true + PROGRESS.setInteriorScore('tuto7_score',P.modeData.score) + P.modeData.display=PROGRESS.getInteriorScore('tuto7_score').."/99" P.modeData.score=math.max(P.modeData.score-10,0) P.settings.holdSlot=1 P.modeData.multiplier=1 @@ -59,13 +61,12 @@ return { P.modeData.techrashTimer=P.modeData.techrashTimer+260*(s2-s1-1) end P.modeData.score=s2 - PROGRESS.setInteriorScore('tuto7_score',s2) if s2>=99 then + PROGRESS.setInteriorScore('tuto7_score',99) PROGRESS.setInteriorScore('tuto7_time',P.gameTime,'<') P.modeData.display={COLOR.lY,PROGRESS.getInteriorScore('tuto7_time')/1000} P:finish('win') else - P.modeData.display=PROGRESS.getInteriorScore('tuto7_score').."/99" if s1<62 and s2>=62 then P.settings.holdSlot=0 P.holdQueue[1]=nil