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