summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
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'
}
}
}