Included some of the graphics in the game.
This commit is contained in:
@@ -51,8 +51,7 @@ class Level1(level.Level):
|
||||
for i in range(self.dimensions[0]):
|
||||
for j in range(self.dimensions[1]):
|
||||
self.tiles.append(
|
||||
tile.Tile(self, i*64, j*48, self.imgs['ground%d'
|
||||
% (((i + j) % 2) + 1)]))
|
||||
tile.Tile(self, i*64, j*48, self.imgs['ground1']))
|
||||
|
||||
self.objects.append(self.player)
|
||||
for i in range(100):
|
||||
|
||||
Reference in New Issue
Block a user