Added 12 concept symbols.
This commit is contained in:
parent
818dfe97c9
commit
737679393b
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
|
@ -404,6 +404,9 @@ class Level1(level.Level):
|
||||||
self.add_tile(task4_pos[0] + 64 * 8, task4_pos[1] - 48 * 2,
|
self.add_tile(task4_pos[0] + 64 * 8, task4_pos[1] - 48 * 2,
|
||||||
'moat_end_horizontal')
|
'moat_end_horizontal')
|
||||||
|
|
||||||
|
|
||||||
|
### Task 5: The bridge.
|
||||||
|
|
||||||
self.draw_background()
|
self.draw_background()
|
||||||
|
|
||||||
def add_tile(self, x, y, img, blocking=True):
|
def add_tile(self, x, y, img, blocking=True):
|
||||||
|
|
Loading…
Reference in New Issue