dropPiece事件改名hook_drop
This commit is contained in:
@@ -4,7 +4,7 @@ local ply_applyField=PLY.draw.applyField
|
||||
return{
|
||||
env={
|
||||
fkey1=function(P)P.modeData.showMark=1-P.modeData.showMark end,
|
||||
dropPiece=function(P)
|
||||
hook_drop=function(P)
|
||||
local D=P.modeData
|
||||
local F=FIELD[D.finished+1]
|
||||
for y=1,#F do
|
||||
|
||||
Reference in New Issue
Block a user