Initial state is now start
This commit is contained in:
parent
3db348d4d3
commit
0d42135358
|
@ -11,7 +11,7 @@ h=136
|
||||||
mh=h/s
|
mh=h/s
|
||||||
|
|
||||||
GameState = { start=0, game=1, gameover=2, market=3 }
|
GameState = { start=0, game=1, gameover=2, market=3 }
|
||||||
currentState = GameState.game
|
currentState = GameState.start
|
||||||
life=100
|
life=100
|
||||||
coinBlue=0
|
coinBlue=0
|
||||||
valueBlue=1.0
|
valueBlue=1.0
|
||||||
|
|
Loading…
Reference in a new issue