app.game.hud = render: -> app.layer.drawImage app.images.hud, 0, 12*8+2 posy = 49 for type, amount of app.game.resources if amount > 0 app.layer .fillStyle "#000" .font "22px Minecraftia" .wrappedText(amount+" x "+type, 11, posy, 800) posy += 29