The Next Spawn Positions (tm)

pull/3/head
Ishaan Bhardwaj 2020-11-20 14:49:11 -05:00 committed by GitHub
parent 122e0c6a36
commit 073ec17d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -20,13 +20,13 @@ TheNext.colourscheme = {
}
TheNext.spawn_positions = {
I = { x=5, y=4 },
J = { x=4, y=5 },
L = { x=4, y=5 },
O = { x=5, y=5 },
S = { x=4, y=5 },
T = { x=4, y=5 },
Z = { x=4, y=5 },
I = { x=5, y=3 },
J = { x=4, y=4 },
L = { x=4, y=4 },
O = { x=5, y=4 },
S = { x=4, y=4 },
T = { x=4, y=4 },
Z = { x=4, y=4 },
}
TheNext.big_spawn_positions = {
@ -127,4 +127,4 @@ end
function TheNext:getDefaultOrientation() return 3 end
return TheNext
return TheNext