summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-10-28 15:24:26 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-10-28 15:24:26 +0100
commit5bde2499ba50166b55286cfb2481698ff3d2f46c (patch)
treede3c188aee0e58136cfdd25074a6367fd92edca8 /build.gradle
parent37c78ad512df6464ad2e6e7a04356a7ff8fe994a (diff)
downloadRustAndDust-5bde2499ba50166b55286cfb2481698ff3d2f46c.zip
RustAndDust-5bde2499ba50166b55286cfb2481698ff3d2f46c.tar.gz
assets.atlas -> hud.atlas pawns.atlas tile-overlays.atlas pawn-overlays.atlas
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 80edebd..290f54d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,10 +35,13 @@ allprojects {
}
task packs(type: com.eowise.packer.Packer) {
- resourcesInputPath 'data'
+ resourcesInputPath 'data/assets'
atlasesOutputPath 'android/assets/data/'
atlases {
- add 'assets'
+ add 'hud'
+ add 'pawns'
+ add 'pawn-overlays'
+ add 'tile-overlays'
}
}
}