mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-25 16:29:01 -06:00
Fix I's ghost piece in ACE modes
This commit is contained in:
parent
293b7398a2
commit
b7ef7d1976
@ -97,7 +97,7 @@ end
|
|||||||
|
|
||||||
function Piece:dropToBottom(grid)
|
function Piece:dropToBottom(grid)
|
||||||
local piece_y = self.position.y
|
local piece_y = self.position.y
|
||||||
self:dropSquares(20, grid)
|
self:dropSquares(24, grid)
|
||||||
self.gravity = 0
|
self.gravity = 0
|
||||||
if self.position.y > piece_y then
|
if self.position.y > piece_y then
|
||||||
-- if it got dropped any, also reset lock delay
|
-- if it got dropped any, also reset lock delay
|
||||||
|
Loading…
Reference in New Issue
Block a user