diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-04 18:54:17 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-04 18:54:17 +0200 |
commit | 1b93697fe08dcd863a10186c04e350c6e285e27f (patch) | |
tree | 872a93d1c92e520ce280724566c0bd27e20cc3ce /build.gradle | |
parent | a8ac789fbc6efde89e99ba2fbcb7546af4ca1c19 (diff) | |
download | RustAndDust-1b93697fe08dcd863a10186c04e350c6e285e27f.zip RustAndDust-1b93697fe08dcd863a10186c04e350c6e285e27f.tar.gz |
regroup all images in 1 atlas data/assets.*
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
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' } } } |