예제 #1
0
 def load(self):
     DistributedPartyTeamActivity.load(self)
     self.loadModels()
     self.loadGuiElements()
     self.loadSounds()
     self.loadIntervals()
     self.arrowKeys = ArrowKeys()
예제 #2
0
    def load(self):
        """
        Load the necessary assets
        """
        DistributedPartyTeamActivity.load(self)

        assert (self.notify.debug("load"))

        self.loadModels()
        self.loadGuiElements()
        self.loadSounds()
        self.loadIntervals()
        self.arrowKeys = ArrowKeys()