summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-09-22 17:23:01 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-09-22 17:23:01 +0200
commit7f276f3b8f6f4f0c453757ecb691a8b40130fccb (patch)
treef8c6d2d9cc86db8e572f2cfaaad2d21a5a4e4bf9
parent2d3e390584585808882793f4b7b6a3d60c67a447 (diff)
downloadRustAndDust-7f276f3b8f6f4f0c453757ecb691a8b40130fccb.zip
RustAndDust-7f276f3b8f6f4f0c453757ecb691a8b40130fccb.tar.gz
add unit.atlas overlay
-rw-r--r--android/assets/images/unit.atlas12
-rw-r--r--android/assets/images/unit.pngbin0 -> 303 bytes
-rw-r--r--build.gradle1
-rw-r--r--data/unit/disabled.pngbin0 -> 367 bytes
4 files changed, 13 insertions, 0 deletions
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
--- /dev/null
+++ b/android/assets/images/unit.png
Binary files 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
--- /dev/null
+++ b/data/unit/disabled.png
Binary files differ