From 7f276f3b8f6f4f0c453757ecb691a8b40130fccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 22 Sep 2014 17:23:01 +0200 Subject: add unit.atlas overlay --- android/assets/images/unit.atlas | 12 ++++++++++++ android/assets/images/unit.png | Bin 0 -> 303 bytes build.gradle | 1 + data/unit/disabled.png | Bin 0 -> 367 bytes 4 files changed, 13 insertions(+) create mode 100644 android/assets/images/unit.atlas create mode 100644 android/assets/images/unit.png create mode 100644 data/unit/disabled.png diff --git a/android/assets/images/unit.atlas b/android/assets/images/unit.atlas new file mode 100644 index 0000000..bb2270d --- /dev/null +++ b/android/assets/images/unit.atlas @@ -0,0 +1,12 @@ + +unit.png +format: RGBA8888 +filter: Nearest,Nearest +repeat: none +disabled + rotate: false + xy: 2, 2 + size: 124, 124 + orig: 124, 124 + offset: 0, 0 + index: -1 diff --git a/android/assets/images/unit.png b/android/assets/images/unit.png new file mode 100644 index 0000000..e3128dc Binary files /dev/null and b/android/assets/images/unit.png differ diff --git a/build.gradle b/build.gradle index f7f5a87..e73f958 100644 --- a/build.gradle +++ b/build.gradle @@ -41,6 +41,7 @@ allprojects { add 'us' add 'ge' add 'hex' + add 'unit' } } } diff --git a/data/unit/disabled.png b/data/unit/disabled.png new file mode 100644 index 0000000..a5ad3d3 Binary files /dev/null and b/data/unit/disabled.png differ -- cgit v1.1-2-g2b99