diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-04 01:38:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-04 01:38:20 +0200 |
commit | 89d7b4152f06168c896e5e22f012e60a8c227bba (patch) | |
tree | 8b465d29b82c7bdfe300241ddcdd0bf3a0a81539 /build.gradle | |
parent | 8d3d8ce82c6ac13545f20f588786b69b5358c405 (diff) | |
download | RustAndDust-89d7b4152f06168c896e5e22f012e60a8c227bba.zip RustAndDust-89d7b4152f06168c896e5e22f012e60a8c227bba.tar.gz |
regroup all pawns in 1 atlas
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
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' } } } |