Added 12 concept symbols.

This commit is contained in:
Sakse Dalum 2012-08-12 14:22:41 +02:00
parent 818dfe97c9
commit 737679393b
2 changed files with 3 additions and 0 deletions

BIN
concept/12-symbols.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -404,6 +404,9 @@ class Level1(level.Level):
self.add_tile(task4_pos[0] + 64 * 8, task4_pos[1] - 48 * 2,
'moat_end_horizontal')
### Task 5: The bridge.
self.draw_background()
def add_tile(self, x, y, img, blocking=True):