aboutsummaryrefslogtreecommitdiff
path: root/src/clyde.py
blob: 117f71ad0aa98d3913e740e40ab5cc7466c5db39 (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, "orange", x, y)