slightly better memory.

This commit is contained in:
2015-03-08 11:13:16 -07:00
parent 9c9cf4b8b4
commit 63e7dbb951
4 changed files with 10 additions and 5 deletions

View File

@@ -11,8 +11,12 @@
[clojure.pprint]
[advent.pathfind])
(:import [com.badlogic.gdx.graphics Pixmap Pixmap$Filter Texture Texture$TextureFilter]
[com.badlogic.gdx.graphics.g2d TextureRegion] ))
[com.badlogic.gdx.graphics.g2d TextureRegion]
[com.badlogic.gdx Gdx Application]))
(defonce am (asset-manager))
(set-asset-manager! am)
(defgame advent