diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-04-20 19:58:39 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-04-20 19:58:39 +0200 |
| commit | 7194ca65ae23d96960fe7edb619efb100db0a49c (patch) | |
| tree | f73643e5b17f4520fcea83cf0bdaa0bd35918772 /src/clyde.py | |
| parent | 68f17e149ad49e63b05bb53ced64c74f4a372c4f (diff) | |
| download | Macpan-7194ca65ae23d96960fe7edb619efb100db0a49c.tar.xz Macpan-7194ca65ae23d96960fe7edb619efb100db0a49c.zip | |
Added the abillity to portals and also made the ghots favour going up when there is a conflict
Diffstat (limited to 'src/clyde.py')
| -rw-r--r-- | src/clyde.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clyde.py b/src/clyde.py index 560c7cb..117f71a 100644 --- a/src/clyde.py +++ b/src/clyde.py @@ -2,7 +2,7 @@ from ghost import Ghost class Clyde(Ghost): def __init__(self, sprite_sheet, x, y): - super().__init__(sprite_sheet, "red", x, y) + super().__init__(sprite_sheet, "orange", x, y) |
