70s timeout

This commit is contained in:
Thefeli73 2020-10-03 22:59:47 +02:00
parent 38451297a5
commit 5672c340ae

View File

@ -12,11 +12,10 @@ map_name = "training1" # TODO: You map choice here. If left empty, the map "tra
game_layer = GameLayer(api_key)
state = game_layer.game_state
usePrebuiltStrategy = False
timeUntilRunEnds = 30
timeUntilRunEnds = 70
def main():
#game_layer.force_end_game()
game_layer.new_game(map_name)
print("Starting game: " + game_layer.game_state.game_id)