aboutsummaryrefslogtreecommitdiff
path: root/src/clyde.py
blob: 560c7cb37b9bb127963d2bd472ad5af25e1859f3 (plain)
1
2
3
4
5
6
7
8
9
from ghost import Ghost

class Clyde(Ghost):
    def __init__(self, sprite_sheet, x, y):
        super().__init__(sprite_sheet, "red", x, y)