修复杨桃子弹向后打中僵尸闪退的bug
This commit is contained in:
parent
ecbb70d134
commit
4c9fd6506f
@ -116,6 +116,7 @@ class StarBullet(Bullet):
|
|||||||
|
|
||||||
self.name = c.BULLET_STAR
|
self.name = c.BULLET_STAR
|
||||||
self.frames = []
|
self.frames = []
|
||||||
|
self.effect = False
|
||||||
self.frame_index = 0
|
self.frame_index = 0
|
||||||
self.load_images()
|
self.load_images()
|
||||||
self.image = self.frames[self.frame_index]
|
self.image = self.frames[self.frame_index]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user