Skip to content

Instantly share code, notes, and snippets.

@suitougreentea
Last active August 29, 2015 14:07
Show Gist options
  • Save suitougreentea/2bc7dcfc21beb9c5244b to your computer and use it in GitHub Desktop.
Save suitougreentea/2bc7dcfc21beb9c5244b to your computer and use it in GitHub Desktop.
for(i<-32 until 32 + 16*6){
var x = i%16
var y = (i-32)/16
println(s"""<char id="${i}" x="${x*16}" y="${y*16}" width="10" height="16" xoffset="0" yoffset="0" xadvance="10" page="0" />""")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment