Exemplo n.º 1
0
 def _createManagers(self):
     super(LobbyEntry, self)._createManagers()
     self._varsMgr = GlobalVarsManager()
     self._soundMgr = SoundManager()
     self._colorSchemeMgr = ColorSchemeManager()
     self._eventLogMgr = EventLogManager()
     self._contextMgr = ContextMenuManager(self.proxy)
     self._popoverManager = PopoverManager(EVENT_BUS_SCOPE.LOBBY)
     self._guiItemsMgr = GuiItemsManager()
     self._voiceChatMgr = VoiceChatManager(self.proxy)
     self._utilsMgr = UtilsManager()
     self._tweenMgr = TweenManager()
     self._gameInputMgr = GameInputMgr()
     self._cacheMgr = CacheManager()
     self._tutorialMgr = TutorialManager(True, 'gui/tutorial-lobby-gui.xml')
Exemplo n.º 2
0
 def _createSoundManager(self):
     return SoundManager()