Fix big mode spawns

pull/1/head
Ishaan Bhardwaj 2020-10-06 16:27:28 -04:00
parent f13e2096b2
commit 36ab451b70
3 changed files with 21 additions and 21 deletions

View File

@ -17,13 +17,13 @@ ARS.spawn_positions = {
}
ARS.big_spawn_positions = {
I = { x=2, y=1 },
J = { x=2, y=2 },
L = { x=2, y=2 },
O = { x=2, y=2 },
S = { x=2, y=2 },
T = { x=2, y=2 },
Z = { x=2, y=2 },
I = { x=2, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },
}
ARS.block_offsets = {

View File

@ -19,13 +19,13 @@ SRS.spawn_positions = {
}
SRS.big_spawn_positions = {
I = { x=2, y=1 },
J = { x=2, y=2 },
L = { x=2, y=2 },
O = { x=2, y=2 },
S = { x=2, y=2 },
T = { x=2, y=2 },
Z = { x=2, y=2 },
I = { x=2, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },
}
SRS.block_offsets = {

View File

@ -19,13 +19,13 @@ SRS.spawn_positions = {
}
SRS.big_spawn_positions = {
I = { x=2, y=1 },
J = { x=2, y=2 },
L = { x=2, y=2 },
O = { x=2, y=2 },
S = { x=2, y=2 },
T = { x=2, y=2 },
Z = { x=2, y=2 },
I = { x=2, y=0 },
J = { x=2, y=1 },
L = { x=2, y=1 },
O = { x=2, y=1 },
S = { x=2, y=1 },
T = { x=2, y=1 },
Z = { x=2, y=1 },
}
SRS.block_offsets = {