ld31-space-diggers/src/game.coffee
Aaron Mueller c947c4ac08 ...
2014-12-06 09:29:49 +01:00

18 lines
176 B
CoffeeScript

game = {
start: ->
hud: ->
app
.layer
.fillStyle "#00f"
.fillRect 0, 0, 200, 50
step: ->
this.hud
resources:
ore: 50
stone: 100
}