def __pollTournyMusic(self, task):
     # Wait for the asynchronous load of tournament music to finish.
     if ccoginvasion.CTMusicManager.is_loaded():
         LoadUtility.done(self)
         loader.endBulkLoad('init')
         return task.done
     return task.cont
예제 #2
0
 def done(self):
     LoadUtility.done(self)
     loader.endBulkLoad('localAvatarEnterGame')
 def done(self):
     LoadUtility.done(self)
     loader.endBulkLoad('localAvatarEnterGame')
예제 #4
0
 def done(self):
     LoadUtility.done(self)
     loader.endBulkLoad('init')
예제 #5
0
 def done(self):
     LoadUtility.done(self)
     loader.endBulkLoad('init')