Fixed balloons hitboxes

This commit is contained in:
theo@manjaro 2021-11-18 08:34:07 +01:00
parent 33f9bc62a4
commit 5100306c7f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class Balloon(Ennemy):
self.deadsprite = game.sprite_lib["balloon/broke.png"]
self.rect[2],self.rect[3] = self.sprites[0].get_size()
self.rect[3]*=0.6
self.spriteindex = 0
self.animspeed = 2