【方块透明度改为显示开关】遗留问题处理

This commit is contained in:
MrZ626
2020-09-18 22:54:55 +08:00
parent 333211a312
commit a5285a9beb
5 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ return{
color=color.red,
env={
drop=30,lock=60,
block=0,center=0,ghost=0,
block=false,center=0,ghost=0,
dropFX=0,lockFX=0,
visible="none",
dropPiece=PLY.check_lineReach,

View File

@@ -6,7 +6,7 @@ return{
env={
drop=30,lock=60,
next=1,
block=0,center=0,ghost=0,
block=false,center=0,ghost=0,
dropFX=0,lockFX=0,
visible="none",
dropPiece=PLY.check_lineReach,