diff options
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' } } } |