things are faster, hopefully.

This commit is contained in:
Bryce Covert
2015-09-12 08:58:44 -07:00
parent 78e8551da4
commit 6f486367b1
5 changed files with 29 additions and 27 deletions

View File

@@ -21,6 +21,10 @@
: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/"]}
:profiles {
:dev {
:warn-on-reflection true}
}
:aot [advent.core.desktop-launcher]
:main advent.core.desktop-launcher)