diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-22 17:23:01 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-22 17:23:01 +0200 | 
| commit | 7f276f3b8f6f4f0c453757ecb691a8b40130fccb (patch) | |
| tree | f8c6d2d9cc86db8e572f2cfaaad2d21a5a4e4bf9 | |
| parent | 2d3e390584585808882793f4b7b6a3d60c67a447 (diff) | |
| download | RustAndDust-7f276f3b8f6f4f0c453757ecb691a8b40130fccb.zip RustAndDust-7f276f3b8f6f4f0c453757ecb691a8b40130fccb.tar.gz | |
add unit.atlas overlay
| -rw-r--r-- | android/assets/images/unit.atlas | 12 | ||||
| -rw-r--r-- | android/assets/images/unit.png | bin | 0 -> 303 bytes | |||
| -rw-r--r-- | build.gradle | 1 | ||||
| -rw-r--r-- | data/unit/disabled.png | bin | 0 -> 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.pngBinary files differ new file mode 100644 index 0000000..e3128dc --- /dev/null +++ b/android/assets/images/unit.png 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.pngBinary files differ new file mode 100644 index 0000000..a5ad3d3 --- /dev/null +++ b/data/unit/disabled.png | 
