Initial state is now start

master
Pascal Batty 2019-04-28 18:55:51 +02:00
parent 3db348d4d3
commit 0d42135358
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ h=136
mh=h/s
GameState = { start=0, game=1, gameover=2, market=3 }
currentState = GameState.game
currentState = GameState.start
life=100
coinBlue=0
valueBlue=1.0