修复寒冰射手子弹音效播放时闪退的bug
This commit is contained in:
parent
59deb4afe4
commit
290e5d60ff
@ -505,7 +505,7 @@ class SnowPeaShooter(Plant):
|
||||
# 播放发射音效
|
||||
c.SOUND_SHOOT.play()
|
||||
# 播放冰子弹音效
|
||||
c.SOUND_SNOWPEA_SPARKLES().play()
|
||||
c.SOUND_SNOWPEA_SPARKLES.play()
|
||||
|
||||
def setAttack(self):
|
||||
self.state = c.ATTACK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user