super302 colour change

pull/4/head
Ishaan Bhardwaj 2021-01-09 21:08:34 -05:00
parent b95d66adc8
commit 8989cc884b
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,16 @@ local BONKERS = ARS:extend()
BONKERS.name = "SUPER302" BONKERS.name = "SUPER302"
BONKERS.hash = "Super302" BONKERS.hash = "Super302"
BONKERS.colourscheme = {
I = "C",
J = "G",
L = "G",
O = "B",
S = "C",
T = "G",
Z = "C"
}
function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid) function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
unfilled_block_offsets = {} unfilled_block_offsets = {}
for y = 4, 23 do for y = 4, 23 do