Exemplo n.º 1
0
 def __init__(self, gameInfo):
     """Methode pour initialiser le but"""
     Goal.__init__(self, gameInfo)
     self.goalString = "BringBackEnemyFlag"
Exemplo n.º 2
0
 def __init__(self, gameInfo):
     """Méthode pour initialiser le but"""
     Goal.__init__(self, gameInfo)
     self.goalString = "KillAnyone"
Exemplo n.º 3
0
 def __init__(self, gameInfo):
     """Méthode pour initialiser le but"""
     Goal.__init__(self, gameInfo)
     self.goalString = "KillSpecificDefender"
Exemplo n.º 4
0
 def __init__(self, gameInfo):
     """Methode pour initialiser le but"""
     Goal.__init__(self, gameInfo)
     self.goalString = "ProtectFlag"
     self.defaultValue = 30
Exemplo n.º 5
0
 def __init__(self, gameInfo):
     """Methode pour initialiser le but"""
     Goal.__init__(self, gameInfo)
     self.goalString = "KillFlagCarrier"
     self.defaultValue = 70