Compare commits

..

2 Commits

Author SHA1 Message Date
Ishaan Bhardwaj
00c46961f9 Bug. 2020-10-09 21:31:49 -04:00
Ishaan Bhardwaj
0a0053276b SG!!!! 2020-10-09 21:14:20 -04:00
2 changed files with 20 additions and 14 deletions

View File

@@ -32,6 +32,12 @@ function MarathonA3Game:new()
self.randomizer = History6RollsRandomizer() self.randomizer = History6RollsRandomizer()
self.SGnames = {
"9", "8", "7", "6", "5", "4", "3", "2", "1",
"S1", "S2", "S3", "S4", "S5", "S6", "S7", "S8", "S9",
"GM"
}
self.lock_drop = true self.lock_drop = true
self.lock_hard_drop = true self.lock_hard_drop = true
self.enable_hold = true self.enable_hold = true

View File

@@ -9,23 +9,23 @@ SRS.hash = "Bad I-kicks"
SRS.enable_IRS_wallkicks = true SRS.enable_IRS_wallkicks = true
SRS.spawn_positions = { SRS.spawn_positions = {
I = { x=5, y=2 }, I = { x=5, y=4 },
J = { x=4, y=3 }, J = { x=4, y=5 },
L = { x=4, y=3 }, L = { x=4, y=5 },
O = { x=5, y=3 }, O = { x=5, y=5 },
S = { x=4, y=3 }, S = { x=4, y=5 },
T = { x=4, y=3 }, T = { x=4, y=5 },
Z = { x=4, y=3 }, Z = { x=4, y=5 },
} }
SRS.big_spawn_positions = { SRS.big_spawn_positions = {
I = { x=2, y=0 }, I = { x=2, y=2 },
J = { x=2, y=1 }, J = { x=2, y=3 },
L = { x=2, y=1 }, L = { x=2, y=3 },
O = { x=2, y=1 }, O = { x=2, y=3 },
S = { x=2, y=1 }, S = { x=2, y=3 },
T = { x=2, y=1 }, T = { x=2, y=3 },
Z = { x=2, y=1 }, Z = { x=2, y=3 },
} }
SRS.block_offsets = { SRS.block_offsets = {