ld31-space-diggers/src/main.coffee

21 lines
332 B
CoffeeScript
Raw Normal View History

2014-12-02 00:01:16 +01:00
$ ->
2014-12-06 08:22:38 +01:00
playground({
width: 16*20,
height: 16*20,
scaleToFit: true,
smoothing: false,
create: ->
# TODO: Load images
ready: ->
# TODO: Start the game
# TODO: setTimeout?
step: ->
# TODO: For internal stuff like progress bar
render: ->
# TODO: this.game.render?
})