fix attacked parameter error

zhangcongyu_branch
marblexu 6 years ago
parent 14379e5c27
commit 17b5262015

@ -158,7 +158,7 @@ class Plant(pg.sprite.Sprite):
def digest(self):
pass
def attacked():
def attacked(self):
pass
def animation(self):

Loading…
Cancel
Save