Replaced ground tile with indoor tiles in some places.
This commit is contained in:
@@ -70,7 +70,7 @@ class Level3(level.Level):
|
||||
for box, (x, y) in zip(boxes, itertools.product(range(7), range(6))):
|
||||
self.tiles.append(tile.Tile(self, 64 * (x + task_start[0] + 1),
|
||||
48 * (y + task_start[1] + 1),
|
||||
self.imgs['ground1']))
|
||||
self.imgs['indoor%d' % random.randint(1, 6)]))
|
||||
pos_colour[(x, y)] = box
|
||||
|
||||
self.draw_background()
|
||||
|
||||
Reference in New Issue
Block a user