This commit is contained in:
Thefeli73 2020-09-27 13:59:59 +02:00
parent f97ac06478
commit 23e21feedf
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/

View File

@ -1,7 +1,7 @@
import api import api
from game_layer import GameLayer from game_layer import GameLayer
api_key = "" # TODO: Your api key here api_key = "74e3998d-ed3d-4d46-9ea8-6aab2efd8ae3" # TODO: Your api key here
# The different map names can be found on considition.com/rules # The different map names can be found on considition.com/rules
map_name = "training1" # TODO: You map choice here. If left empty, the map "training1" will be selected. map_name = "training1" # TODO: You map choice here. If left empty, the map "training1" will be selected.