flutta game state var
This commit is contained in:
parent
59bcb0ccc5
commit
16988ababb
1
main.py
1
main.py
@ -10,6 +10,7 @@ api_key = "74e3998d-ed3d-4d46-9ea8-6aab2efd8ae3"
|
|||||||
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.
|
||||||
|
|
||||||
game_layer = GameLayer(api_key)
|
game_layer = GameLayer(api_key)
|
||||||
|
state = game_layer.game_state
|
||||||
usePrebuiltStrategy = False
|
usePrebuiltStrategy = False
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user