more perf enhancements, getting ready for multi save slots.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user