Fixed rolling stone overanxious transpose bug.
This commit is contained in:
@@ -90,7 +90,7 @@ class Level3(level.Level):
|
||||
|
||||
pos_colour = {}
|
||||
for box, (x, y) in zip(boxes, itertools.product(range(3, 6), range(3, 6))):
|
||||
self.tiles.append(tile.Tile(self, x * 64, (y + 1) * 48, self.imgs['ground1']))
|
||||
self.tiles.append(tile.Tile(self, x * 64, y * 48, self.imgs['ground1']))
|
||||
pos_colour[(x, y)] = box
|
||||
|
||||
blocks = [ActionBlock(self, 64 * i, 0, action=None, movable=True)
|
||||
|
||||
Reference in New Issue
Block a user