mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2025-04-19 18:12:55 -05: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.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
|
||||||
|
Loading…
Reference in New Issue
Block a user