Beispiel #1
0
    def load(self):
        for anim in self.animList:
            self.toon.pose(anim, 0)

        self.battleMgr = TwoDBattleMgr.TwoDBattleMgr(self.game, self.toon)
        self.squishSound = base.loadSfx('phase_3.5/audio/dial/AV_' +
                                        self.toon.style.getAnimal() +
                                        '_exclaim.ogg')
Beispiel #2
0
 def load(self):
     # cache the animations
     for anim in self.animList:
         self.toon.pose(anim, 0)
     # Create the Battle Manager
     self.battleMgr = TwoDBattleMgr.TwoDBattleMgr(self.game, self.toon)
     # Load sounds
     self.squishSound = base.loadSfx('phase_3.5/audio/dial/AV_' + self.toon.style.getAnimal() + '_exclaim.mp3')