diff --git a/right_coin.lua b/right_coin.lua index 30651d1..011df69 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.market +currentState = GameState.game coinBlue=0 coinRed=0 coinYellow=0 @@ -30,6 +30,7 @@ end function drawGame() cls(0) + spr(84,64,0) end function drawMarket() @@ -110,6 +111,7 @@ end -- 081:00cccc000cc66cc00c6cc6c00c6cc6c00c6cc6c00c6cc6c00cc66cc000cccc00 -- 082:00eeee000ee99ee00e9ee9e00e9ee9e00e9ee9e00e9ee9e00ee99ee000eeee00 -- 083:0660066066666666666666666666666666666666066666600066660000066000 +-- 084:000008880000880000880000008eeeee08ee00008ee666608666006680000000 -- --