Renaming and moving some modules

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-19 22:24:22 +07:00
parent 9c8628a014
commit 35edf8fbd6
24 changed files with 261 additions and 290 deletions

View File

@@ -96,7 +96,7 @@ function Rotation:rotatePiece(inputs, piece, grid, prev_inputs, initial, lastdir
end
if not initial and not was_drop_blocked and piece:isDropBlocked(grid) then
playSE("bottom")
PlaySE("bottom")
end
-- prev_inputs becomes the previous inputs
@@ -189,7 +189,7 @@ function Rotation:movePiece(piece, grid, move, instant)
end
end
if not was_drop_blocked and piece:isDropBlocked(grid) then
playSE("bottom")
PlaySE("bottom")
end
end