aboutsummaryrefslogtreecommitdiff
path: root/src/clyde.py
blob: ae96bfba035232792a6dc4cd70880a0dbae6b11d (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)