From f09eb5e5ec6d9d2e2fc785101915990f27891927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Thu, 28 Apr 2022 21:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E7=9F=AD=E6=92=AD=E6=94=BE=E9=97=B4?= =?UTF-8?q?=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/zombie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/zombie.py b/source/component/zombie.py index 609796a..b45270c 100755 --- a/source/component/zombie.py +++ b/source/component/zombie.py @@ -36,7 +36,7 @@ class Zombie(pg.sprite.Sprite): self.walk_animate_interval = 180 self.attack_animate_interval = 100 self.lostHead_animate_interval = 180 - self.die_animate_interval = 80 + self.die_animate_interval = 50 self.boomDie_animate_interval = 100 self.ice_slow_ratio = 1 self.ice_slow_timer = 0