更改100L和400L模式颜色,暗示新人勿轻易进入

This commit is contained in:
MrZ626
2020-11-02 23:52:35 +08:00
parent b751fb0fad
commit 477d27f264
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
return{
color=color.orange,
color=color.red,
env={
drop=60,lock=60,
target=100,dropPiece=PLY.check_lineReach,

View File

@@ -1,5 +1,5 @@
return{
color=color.red,
color=color.dRed,
env={
drop=60,lock=60,
target=400,dropPiece=PLY.check_lineReach,