aboutsummaryrefslogtreecommitdiff
path: root/src/settings.py
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-05-08 18:32:04 +0300
committeromagdy7 <omar.professional8777@gmail.com>2023-05-08 18:32:04 +0300
commit1584574267bae0ec4b0096ace7a7cbbe08787c05 (patch)
tree912cd58e7e21c35c0afebe125e6badf69c12ed52 /src/settings.py
parent9621f880a03337a8a252cf5cd3993d5a1a29969c (diff)
downloadMacpan-1584574267bae0ec4b0096ace7a7cbbe08787c05.tar.xz
Macpan-1584574267bae0ec4b0096ace7a7cbbe08787c05.zip
Fixed a bug in inky's algorithms and also now the ghost reset to chase mode after pacman finishes his powerup
Diffstat (limited to 'src/settings.py')
-rw-r--r--src/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.py b/src/settings.py
index a8dfa24..d1cc93c 100644
--- a/src/settings.py
+++ b/src/settings.py
@@ -3,7 +3,7 @@ class Settings():
self.width = 900
self.height = 990
self.fps = 60
- self.debug = False
+ self.debug = True
self.sound = False