lastPiece新增放置的方块位置、中心位置和朝向信息
This commit is contained in:
@@ -197,6 +197,10 @@ local function newEmptyPlayer(id,mini)
|
||||
P.lastPiece={
|
||||
id=0,name=0,--block id/name
|
||||
|
||||
curX=0,curY=0,--block position
|
||||
centX=0,centY=0,--center position
|
||||
dir=0,--direction
|
||||
|
||||
frame=-1e99,--lock time
|
||||
autoLock=true,--if lock with gravity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user