aboutsummaryrefslogtreecommitdiff
path: root/src/map.py
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-05-08 23:02:03 +0300
committeromagdy7 <omar.professional8777@gmail.com>2023-05-08 23:02:03 +0300
commitaaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21 (patch)
tree5c8950e0cb7adb4782e35bb26a0aa8242ea71398 /src/map.py
parent241e41892a10d3913c63935a8f9e14306e8a73cd (diff)
downloadMacpan-aaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21.tar.xz
Macpan-aaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21.zip
Added a simple Wining screen when the user collects all the food
Diffstat (limited to 'src/map.py')
-rw-r--r--src/map.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.py b/src/map.py
index c37a438..ce83952 100644
--- a/src/map.py
+++ b/src/map.py
@@ -118,4 +118,4 @@ class Map():
for j in range(cols):
pos = (j * self.line_horizontal, i * self.line_vertical)
self.draw_wall(screen, self.maze[i][j], pos)
- # pygame.draw.rect(screen, 'red', (pos[0], pos[1], 32, 32), 2)
+