mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 12:29:02 -06:00
Merge branch 'master' of https://github.com/SashLilac/cambridge
This commit is contained in:
commit
5d34218b97
@ -17,13 +17,13 @@ ARS.spawn_positions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ARS.big_spawn_positions = {
|
ARS.big_spawn_positions = {
|
||||||
I = { x=2, y=1 },
|
I = { x=2, y=0 },
|
||||||
J = { x=2, y=2 },
|
J = { x=2, y=1 },
|
||||||
L = { x=2, y=2 },
|
L = { x=2, y=1 },
|
||||||
O = { x=2, y=2 },
|
O = { x=2, y=1 },
|
||||||
S = { x=2, y=2 },
|
S = { x=2, y=1 },
|
||||||
T = { x=2, y=2 },
|
T = { x=2, y=1 },
|
||||||
Z = { x=2, y=2 },
|
Z = { x=2, y=1 },
|
||||||
}
|
}
|
||||||
|
|
||||||
ARS.block_offsets = {
|
ARS.block_offsets = {
|
||||||
|
@ -19,13 +19,13 @@ SRS.spawn_positions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SRS.big_spawn_positions = {
|
SRS.big_spawn_positions = {
|
||||||
I = { x=2, y=1 },
|
I = { x=2, y=0 },
|
||||||
J = { x=2, y=2 },
|
J = { x=2, y=1 },
|
||||||
L = { x=2, y=2 },
|
L = { x=2, y=1 },
|
||||||
O = { x=2, y=2 },
|
O = { x=2, y=1 },
|
||||||
S = { x=2, y=2 },
|
S = { x=2, y=1 },
|
||||||
T = { x=2, y=2 },
|
T = { x=2, y=1 },
|
||||||
Z = { x=2, y=2 },
|
Z = { x=2, y=1 },
|
||||||
}
|
}
|
||||||
|
|
||||||
SRS.block_offsets = {
|
SRS.block_offsets = {
|
||||||
|
@ -19,13 +19,13 @@ SRS.spawn_positions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SRS.big_spawn_positions = {
|
SRS.big_spawn_positions = {
|
||||||
I = { x=2, y=1 },
|
I = { x=2, y=0 },
|
||||||
J = { x=2, y=2 },
|
J = { x=2, y=1 },
|
||||||
L = { x=2, y=2 },
|
L = { x=2, y=1 },
|
||||||
O = { x=2, y=2 },
|
O = { x=2, y=1 },
|
||||||
S = { x=2, y=2 },
|
S = { x=2, y=1 },
|
||||||
T = { x=2, y=2 },
|
T = { x=2, y=1 },
|
||||||
Z = { x=2, y=2 },
|
Z = { x=2, y=1 },
|
||||||
}
|
}
|
||||||
|
|
||||||
SRS.block_offsets = {
|
SRS.block_offsets = {
|
||||||
|
Loading…
Reference in New Issue
Block a user