small textures on the way.

This commit is contained in:
Bryce Covert
2017-05-25 22:22:28 -07:00
parent 16819c1d36
commit 807ee8564c
222 changed files with 110 additions and 85 deletions

View File

@@ -1,4 +1,16 @@
(def version (str "2.0." (clojure.string/trim-newline (slurp "last-release")) "-snapshot"))
(def packs (into ["do"]
(mapcat (fn [directory]
["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" (str "asset-work/" directory) "resources/packed/" (str directory ",")])
["global"]
#_["behindhouse" "dream" "georgia" "inside-cafeteria" "inside-jail" "outsidehouse" "safe-song" "title"
"castle-gate" "ego" "held" "inside-castle" "inside-stash" "outside-castle" "screenshots" "wizard"
"cat-tree" "ending-castle" "inside-antique" "inside-house" "outside-jail" "space" ])))
;; behindhouse/ dream/ georgia/ inside-cafeteria/ inside-jail/ open-inventory.pxa/ outsidehouse/ safe-song/ title/
;; castle-gate/ ego/ held/ inside-castle/ inside-stash/ outside-castle/ right.pxa/ screenshots/ wizard/
;; cat-tree/ ending-castle/ inside-antique/ inside-house/ left.pxa/ outside-jail/ safe-song.pxa/ space/
(println packs)
(defproject advent "2.0.5-SNAPSHOT"
:description "FIXME: write description"
@@ -18,7 +30,8 @@
:source-paths ["src" "src-common"]
: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/"]
:aliases {"pack" ~packs
"ultrapack" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "asset-work/" "resources/packed/"]
"pack-pop" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker"
"/Users/brycecovert/Downloads/processed" "resources/packed-pop-logo/"]
"pack-font" ["run" "-m" "com.badlogic.gdx.tools.texturepacker.TexturePacker" "resources/font-pack/" "resources/font-pack/packed/"]
@@ -47,7 +60,7 @@
[org.clojure/data.csv "0.1.3"]]
#_#_:warn-on-reflection true}
:app-store {
:app-store {
:source-paths ["src" "src-common" "src-dev"]
:jvm-opts ["-Dapp-store=true" "-Dui_scale=1.0" "-Dno-steam=true" "-Dis-desktop=true"]