From 73fc7c037dde3a8fe6034e77f31f7ef9bcef0360 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Wed, 20 Apr 2022 19:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbig=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=A1=8C=E6=95=B0=E5=8F=AF=E8=83=BD=E8=B6=85?= =?UTF-8?q?=E5=87=BA200=20close=20#682?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/big_h.lua | 2 +- parts/modes/big_n.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/modes/big_h.lua b/parts/modes/big_h.lua index 9703b3be0..06a3a0cde 100644 --- a/parts/modes/big_h.lua +++ b/parts/modes/big_h.lua @@ -7,7 +7,7 @@ return{ eventSet='big_h', bg='cubes',bgm='push', }, - score=function(P)return{P.stat.row,P.stat.time}end, + score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end, comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]b[1]or a[1]==b[1]and a[2]