mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 13:59:03 -06:00
302 fixed on big pieces, and has proper kicks
This commit is contained in:
parent
3a6e12d12e
commit
179a7d3b47
@ -16,7 +16,10 @@ BONKERS.colourscheme = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
||||||
if piece.big then return end
|
local prev_rot = piece.rotation
|
||||||
|
ARS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
||||||
|
if prev_rot ~= piece.rotation then return end
|
||||||
|
piece.big = false
|
||||||
unfilled_block_offsets = {}
|
unfilled_block_offsets = {}
|
||||||
for y = 4, grid.height - 1 do
|
for y = 4, grid.height - 1 do
|
||||||
for x = 0, 9 do
|
for x = 0, 9 do
|
||||||
|
Loading…
Reference in New Issue
Block a user