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): def digest(self):
pass pass
def attacked(): def attacked(self):
pass pass
def animation(self): def animation(self):

Loading…
Cancel
Save