7 lines
105 B
CoffeeScript
7 lines
105 B
CoffeeScript
|
app.game.hud =
|
||
|
render: (layer)->
|
||
|
app.layer
|
||
|
.fillStyle "#f00"
|
||
|
.fillRect 0, 0, 8, 8
|
||
|
|