1
from powerup import PowerUp
3
import crashteroidsconfig
5
class BigBullets(PowerUp):
6
def __init__(self, tank):
8
imgname = config.big_bullets_img
9
PowerUp.__init__(self, None, imgname)
14
self.tank.bigbullets = True
15
pygame.mixer.Sound(config.get_big_bullets_sound).play()