From 0d421353581d7a16b586329000d5575566294bbd Mon Sep 17 00:00:00 2001 From: Pascal Batty Date: Sun, 28 Apr 2019 18:55:51 +0200 Subject: [PATCH] Initial state is now start --- right_coin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right_coin.lua b/right_coin.lua index 4c06391..9acf77b 100644 --- a/right_coin.lua +++ b/right_coin.lua @@ -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