View fnt2xml.js
// ======================================================== // | |
// USAGE: // | |
// $ node fnt2xml.js 'path/to/font.fnt' // | |
// Converts the specified file to a fnt xml // | |
// // | |
// $ node fnt2xml.js 'path/to/fonts/dir' // | |
// Converts all the .fnt files to fnt xml // | |
// ======================================================== // |
View .gitignore
# =============== # | |
# Unity generated # | |
# =============== # | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild | |
/[Ll]ibrary/ | |
/[Ll]ogs/ | |
sysinfo.txt | |
*.stackdump |