修复不能deepdrop
This commit is contained in:
@@ -318,8 +318,8 @@ function Player:act_softDrop()
|
|||||||
self:act_down1()
|
self:act_down1()
|
||||||
end
|
end
|
||||||
self:checkTouchSound()
|
self:checkTouchSound()
|
||||||
elseif self.gameEnv.deepdrop then
|
elseif self.gameEnv.deepDrop then
|
||||||
self:_deepdrop()
|
self:_deepDrop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -408,8 +408,8 @@ function Player:act_down1()
|
|||||||
self.curY=self.curY-1
|
self.curY=self.curY-1
|
||||||
self:freshBlock('fresh')
|
self:freshBlock('fresh')
|
||||||
self.spinLast=false
|
self.spinLast=false
|
||||||
elseif self.gameEnv.deepdrop then
|
elseif self.gameEnv.deepDrop then
|
||||||
self:_deepdrop()
|
self:_deepDrop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -422,8 +422,8 @@ function Player:act_down4()
|
|||||||
self.curY,self.ghoY=self.ghoY,ghoY0
|
self.curY,self.ghoY=self.ghoY,ghoY0
|
||||||
self:freshBlock('fresh')
|
self:freshBlock('fresh')
|
||||||
self.spinLast=false
|
self.spinLast=false
|
||||||
elseif self.gameEnv.deepdrop then
|
elseif self.gameEnv.deepDrop then
|
||||||
self:_deepdrop()
|
self:_deepDrop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -436,8 +436,8 @@ function Player:act_down10()
|
|||||||
self.curY,self.ghoY=self.ghoY,ghoY0
|
self.curY,self.ghoY=self.ghoY,ghoY0
|
||||||
self:freshBlock('fresh')
|
self:freshBlock('fresh')
|
||||||
self.spinLast=false
|
self.spinLast=false
|
||||||
elseif self.gameEnv.deepdrop then
|
elseif self.gameEnv.deepDrop then
|
||||||
self:_deepdrop()
|
self:_deepDrop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user