Last active
August 29, 2015 14:07
-
-
Save suitougreentea/2bc7dcfc21beb9c5244b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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