修复杨桃子弹向后打中僵尸闪退的bug

This commit is contained in:
星外之神 2022-04-24 13:41:33 +08:00
parent ecbb70d134
commit 4c9fd6506f

View File

@ -116,6 +116,7 @@ class StarBullet(Bullet):
self.name = c.BULLET_STAR
self.frames = []
self.effect = False
self.frame_index = 0
self.load_images()
self.image = self.frames[self.frame_index]