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
// ======================================================== // | |
// 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 // | |
// ======================================================== // | |
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
# =============== # | |
# Unity generated # | |
# =============== # | |
[Tt]emp/ | |
[Oo]bj/ | |
[Bb]uild | |
/[Ll]ibrary/ | |
/[Ll]ogs/ | |
sysinfo.txt | |
*.stackdump |