summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-10-04 18:54:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-10-04 18:54:17 +0200
commit1b93697fe08dcd863a10186c04e350c6e285e27f (patch)
tree872a93d1c92e520ce280724566c0bd27e20cc3ce /build.gradle
parenta8ac789fbc6efde89e99ba2fbcb7546af4ca1c19 (diff)
downloadRustAndDust-1b93697fe08dcd863a10186c04e350c6e285e27f.zip
RustAndDust-1b93697fe08dcd863a10186c04e350c6e285e27f.tar.gz
regroup all images in 1 atlas data/assets.*
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d59cbc7..80edebd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,7 +38,7 @@ allprojects {
resourcesInputPath 'data'
atlasesOutputPath 'android/assets/data/'
atlases {
- add 'pawns'
+ add 'assets'
}
}
}