Added pretty difficult level 3.

This commit is contained in:
Niels Serup
2012-08-10 13:47:26 +02:00
parent 4eab2f55ed
commit 6416df3e5f
2 changed files with 74 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ class Level(level.Level):
self.imgs[tile] = pygame.image.load(os.path.join(
self.graphics_dir, 'tiles', '%s.png' % tile))
block_list = ['block1']
block_list = ['block1', 'block1_lifted']
for block in block_list:
self.imgs[block] = pygame.image.load(os.path.join(
self.graphics_dir, 'blocks', '%s.png' % block))