示例#1
0
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString(INGAME_GUI.PLAYER_MESSAGES_POSTMORTEM_CAPTION)
示例#2
0
 def __init__(self, offset, isSniper):
     Aim.__init__(self, 'sniper' if isSniper else 'arcade', offset)
     self.__isSniper = isSniper
示例#3
0
 def __init__(self, offset, isPostMortem = False):
     Aim.__init__(self, 'strategic', offset)
     self._distance = 0
示例#4
0
文件: aims.py 项目: Infernux/Projects
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString('#ingame_gui:player_messages/postmortem_caption')
示例#5
0
 def __init__(self, offset, isSniper):
     Aim.__init__(self, 'sniper' if isSniper else 'arcade', offset)
     self.__isSniper = isSniper
示例#6
0
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString(
         INGAME_GUI.PLAYER_MESSAGES_POSTMORTEM_CAPTION)
示例#7
0
 def __init__(self, offset, isPostMortem=False):
     Aim.__init__(self, 'strategic', offset)
     self._distance = 0