added the ability to premultiply the font file, removing fringing.

This commit is contained in:
Bryce Covert
2016-04-21 21:27:17 -07:00
parent 9fbda060fb
commit 7cc7e5fdf3
5 changed files with 6 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:omit-source true
:aliases {"pack" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "asset-work/" "resources/packed/"]
"pack-font" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "resources/font-pack/" "resources/font-pack/packed/"]
"script" ["run" "-m" "advent.analyze/dump-speech"]}
:profiles {
:dev {