summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-10-04 01:38:20 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-10-04 01:38:20 +0200
commit89d7b4152f06168c896e5e22f012e60a8c227bba (patch)
tree8b465d29b82c7bdfe300241ddcdd0bf3a0a81539 /build.gradle
parent8d3d8ce82c6ac13545f20f588786b69b5358c405 (diff)
downloadRustAndDust-89d7b4152f06168c896e5e22f012e60a8c227bba.zip
RustAndDust-89d7b4152f06168c896e5e22f012e60a8c227bba.tar.gz
regroup all pawns in 1 atlas
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 2 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index a354fe6..d59cbc7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,13 +36,9 @@ allprojects {
task packs(type: com.eowise.packer.Packer) {
resourcesInputPath 'data'
- atlasesOutputPath 'android/assets/images/'
+ atlasesOutputPath 'android/assets/data/'
atlases {
- add 'us'
- add 'ge'
- add 'hex'
- add 'unit'
- add 'counters'
+ add 'pawns'
}
}
}