aboutsummaryrefslogtreecommitdiff
path: root/src/clyde.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/clyde.py')
-rw-r--r--src/clyde.py2
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)