Add market sprite
This commit is contained in:
parent
fadc3e94c6
commit
5cc3f3976d
|
@ -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.market
|
currentState = GameState.game
|
||||||
coinBlue=0
|
coinBlue=0
|
||||||
coinRed=0
|
coinRed=0
|
||||||
coinYellow=0
|
coinYellow=0
|
||||||
|
@ -30,6 +30,7 @@ end
|
||||||
|
|
||||||
function drawGame()
|
function drawGame()
|
||||||
cls(0)
|
cls(0)
|
||||||
|
spr(84,64,0)
|
||||||
end
|
end
|
||||||
|
|
||||||
function drawMarket()
|
function drawMarket()
|
||||||
|
@ -110,6 +111,7 @@ end
|
||||||
-- 081:00cccc000cc66cc00c6cc6c00c6cc6c00c6cc6c00c6cc6c00cc66cc000cccc00
|
-- 081:00cccc000cc66cc00c6cc6c00c6cc6c00c6cc6c00c6cc6c00cc66cc000cccc00
|
||||||
-- 082:00eeee000ee99ee00e9ee9e00e9ee9e00e9ee9e00e9ee9e00ee99ee000eeee00
|
-- 082:00eeee000ee99ee00e9ee9e00e9ee9e00e9ee9e00e9ee9e00ee99ee000eeee00
|
||||||
-- 083:0660066066666666666666666666666666666666066666600066660000066000
|
-- 083:0660066066666666666666666666666666666666066666600066660000066000
|
||||||
|
-- 084:000008880000880000880000008eeeee08ee00008ee666608666006680000000
|
||||||
-- </TILES>
|
-- </TILES>
|
||||||
|
|
||||||
-- <WAVES>
|
-- <WAVES>
|
||||||
|
|
Loading…
Reference in a new issue