more perf enhancements, getting ready for multi save slots.

This commit is contained in:
Bryce Covert
2015-09-16 13:29:39 -07:00
parent 3de4943f67
commit 260d411336
11 changed files with 35 additions and 29 deletions

View File

@@ -3,15 +3,7 @@
:dependencies [[com.badlogicgames.gdx/gdx "1.5.3"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "1.5.3"]
[com.badlogicgames.gdx/gdx-box2d "1.5.3"]
[com.badlogicgames.gdx/gdx-tools "1.5.3"]
[com.badlogicgames.gdx/gdx-box2d-platform "1.5.3"
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-bullet "1.5.3"]
[com.badlogicgames.gdx/gdx-bullet-platform "1.5.3"
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-platform "1.5.3"
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-platform "1.5.3" :classifier "natives-desktop"]
[org.clojure/clojure "1.6.0"]
[org.clojure/tools.nrepl "0.2.7"]
[play-clj "0.4.5-BRYCE"]
@@ -23,6 +15,7 @@
:aliases {"pack" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "asset-work/" "resources/packed/"]}
:profiles {
:dev {
:dependencies [[com.badlogicgames.gdx/gdx-tools "1.5.3"]]
:warn-on-reflection true}
}
:aot [advent.core.desktop-launcher]