From 7194ca65ae23d96960fe7edb619efb100db0a49c Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 20 Apr 2023 19:58:39 +0200 Subject: Added the abillity to portals and also made the ghots favour going up when there is a conflict --- src/clyde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clyde.py') 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) -- cgit v1.2.3