Fix duality a1
parent
36c38bf574
commit
bff53b6fd5
|
@ -8,8 +8,8 @@ DualityA1Game.name = "Duality A1"
|
||||||
DualityA1Game.hash = "DualityA1"
|
DualityA1Game.hash = "DualityA1"
|
||||||
DualityA1Game.tagline = "Control two boards at once!"
|
DualityA1Game.tagline = "Control two boards at once!"
|
||||||
|
|
||||||
function DualityA1Game:new(c)
|
function DualityA1Game:new(_, c)
|
||||||
DualityA1Game.super:new(c)
|
DualityA1Game.super:new(_, c)
|
||||||
self.randomizer = SplitHistoryRandomizer()
|
self.randomizer = SplitHistoryRandomizer()
|
||||||
self.other_grid = Grid(10, 24)
|
self.other_grid = Grid(10, 24)
|
||||||
self.next_queue_length = 2
|
self.next_queue_length = 2
|
||||||
|
|
Loading…
Reference in New Issue