mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 07:09:02 -06:00
super302 colour change
This commit is contained in:
parent
b95d66adc8
commit
8989cc884b
@ -5,6 +5,16 @@ local BONKERS = ARS:extend()
|
||||
BONKERS.name = "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)
|
||||
unfilled_block_offsets = {}
|
||||
for y = 4, 23 do
|
||||
|
Loading…
Reference in New Issue
Block a user