コード例 #1
0
ファイル: animated.py プロジェクト: yxurrbzallkd/o
 def destruct(self):
     global MIXER
     global explosion_channel
     MIXER.play(explosion_channel, 'explosion')
     exploading_ships.append([self.rect.left, self.rect.top, 0])
     MIXER.stop(self.soundchannel)
     MIXER.free_channel(self.soundchannel)
     self.kill()
コード例 #2
0
ファイル: animated.py プロジェクト: yxurrbzallkd/o
 def destruct(self):
     global MIXER
     MIXER.free_channel(self.soundchannel)
     self.kill()