Fixed horizontal spawn positions for 3x3 pieces (Nintendo-R)

pull/7/merge
Ishaan Bhardwaj 2022-10-07 00:37:08 -04:00 committed by GitHub
parent 5627caf589
commit f2be04f269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@ Nintendo.hash = "NintendoR"
Nintendo.spawn_positions = {
I = { x=5, y=4 },
J = { x=4, y=5 },
L = { x=4, y=5 },
J = { x=5, y=5 },
L = { x=5, y=5 },
O = { x=5, y=5 },
S = { x=4, y=5 },
T = { x=4, y=5 },
Z = { x=4, y=5 },
S = { x=5, y=5 },
T = { x=5, y=5 },
Z = { x=5, y=5 },
}
Nintendo.big_spawn_positions = {