diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-12 14:37:43 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-12 14:37:43 +0200 |
commit | 0d579c6daad93b01e222f6298daf2d1da6d9760c (patch) | |
tree | 1dd36a30c551b7d628407f88811179a4a6aa9d6f /android/assets/images/dice.pack | |
parent | 0b726d59bb278446fc26c174c5db413e2dce47f7 (diff) | |
download | RustAndDust-0d579c6daad93b01e222f6298daf2d1da6d9760c.zip RustAndDust-0d579c6daad93b01e222f6298daf2d1da6d9760c.tar.gz |
set dice texture atlas
Diffstat (limited to 'android/assets/images/dice.pack')
-rw-r--r-- | android/assets/images/dice.pack | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/android/assets/images/dice.pack b/android/assets/images/dice.pack new file mode 100644 index 0000000..0e8385a --- /dev/null +++ b/android/assets/images/dice.pack @@ -0,0 +1,46 @@ +dice.png +format: RGBA8888 +filter: Nearest,Nearest +repeat: none +d1 + rotate: false + xy: 1, 1 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 1 +d2 + rotate: false + xy: 31, 1 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 2 +d3 + rotate: false + xy: 61, 1 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 3 +d4 + rotate: false + xy: 1, 31 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 4 +d5 + rotate: false + xy: 31, 31 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 5 +d6 + rotate: false + xy: 61, 31 + size: 30, 30 + orig: 30, 30 + offset: 0, 0 + index: 6 |