修正部分模式的颜色引用方式

This commit is contained in:
MrZ626
2021-05-02 12:25:15 +08:00
parent b05a19f036
commit 45ecff616c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
return{
color=COLOR.lH,
color=COLOR.lGray,
env={
drop=60,lock=60,
dropPiece=function(P)if P.stat.row>=1000 then P:win('finish')end end,