Preparing for v0.2.1

This commit is contained in:
Ishaan Bhardwaj
2020-11-03 23:04:47 -05:00
parent 062ab2005e
commit abb2b9491e
7 changed files with 663 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ end
function Piece:dropToBottom(grid)
local piece_y = self.position.y
self:dropSquares(24, grid)
self:dropSquares(math.huge, grid)
self.gravity = 0
if self.position.y > piece_y then
-- if it got dropped any, also reset lock delay