Exemple #1
0
 def __init__(self):
     effects = {
         GUI_EFFECT_NAME.SHOW_DIALOG:
         effects_player.ShowDialogEffect(settings.DIALOG_ALIAS_MAP),
         GUI_EFFECT_NAME.SHOW_WINDOW:
         effects_player.ShowWindowEffect(settings.WINDOW_ALIAS_MAP),
         GUI_EFFECT_NAME.UPDATE_CONTENT:
         effects_player.UpdateContentEffect()
     }
     super(SfOffbattleProxy,
           self).__init__(effects_player.EffectsPlayer(effects))
Exemple #2
0
 def __init__(self):
     effects = {
         GUI_EFFECT_NAME.SHOW_WINDOW:
         effects_player.ShowWindowEffect(settings.WINDOW_ALIAS_MAP),
         GUI_EFFECT_NAME.UPDATE_CONTENT:
         effects_player.UpdateContentEffect(),
         GUI_EFFECT_NAME.SHOW_HINT:
         effects_player.ShowChainHint()
     }
     super(SfQuestsProxy,
           self).__init__(effects_player.EffectsPlayer(effects))