Committed the fix.
This commit is contained in:
parent
ab1cb93527
commit
5904d29aef
|
@ -144,7 +144,7 @@ class Level1(level.Level):
|
|||
task2_pos[1] + 48 * j,
|
||||
self.imgs['block1'],
|
||||
movable=True)
|
||||
if (random.randint(0, 2) or (i, j) == 4) else
|
||||
if (random.randint(0, 2) or (i, j) == (4, 0)) else
|
||||
block.Block(self,
|
||||
task2_pos[0] + 64 * i,
|
||||
task2_pos[1] + 48 * j,
|
||||
|
|
Loading…
Reference in New Issue