diff --git a/source/component/plant.py b/source/component/plant.py index 20129c6..1a51c69 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -1814,7 +1814,7 @@ class PumpkinHead(Plant): self.load_images() self.cracked1 = False self.cracked2 = False - self.animate_interval = 140 + self.animate_interval = 160 def load_images(self): self.cracked1_frames = [] diff --git a/source/tool.py b/source/tool.py index d1f4b2c..790858c 100755 --- a/source/tool.py +++ b/source/tool.py @@ -234,4 +234,4 @@ PLANT_RECT = loadPlantImageRect() # 播放音乐 pg.mixer.init() pg.mixer.music.load(os.path.join(os.path.dirname(os.path.dirname(__file__)) ,"resources", "music", "intro.opus")) -pg.mixer.music.play(-1, 0) \ No newline at end of file +pg.mixer.music.play(-1, 0)