diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-06 11:46:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-06 11:46:42 -0300 |
commit | 5ca80e3aa901359a20be4920110d9d356c60aac6 (patch) | |
tree | fb27ff8e22320b4823b38b0920d66d183f7a0655 /graphics/tilesets | |
parent | 96449415c4d45ef0c86a40580462299dfb5c5119 (diff) | |
download | clientdata-5ca80e3aa901359a20be4920110d9d356c60aac6.tar.gz clientdata-5ca80e3aa901359a20be4920110d9d356c60aac6.tar.bz2 clientdata-5ca80e3aa901359a20be4920110d9d356c60aac6.tar.xz clientdata-5ca80e3aa901359a20be4920110d9d356c60aac6.zip |
Castle light sources, Frostia Castle (without atlas)
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/castle_lightsources.png | bin | 0 -> 4642 bytes | |||
-rw-r--r-- | graphics/tilesets/castle_lightsources.tsx | 34 |
2 files changed, 34 insertions, 0 deletions
diff --git a/graphics/tilesets/castle_lightsources.png b/graphics/tilesets/castle_lightsources.png Binary files differnew file mode 100644 index 00000000..2e85ce03 --- /dev/null +++ b/graphics/tilesets/castle_lightsources.png diff --git a/graphics/tilesets/castle_lightsources.tsx b/graphics/tilesets/castle_lightsources.tsx new file mode 100644 index 00000000..22b2edc7 --- /dev/null +++ b/graphics/tilesets/castle_lightsources.tsx @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.2" tiledversion="1.2.2" name="castle_lightsources" tilewidth="32" tileheight="96" tilecount="12" columns="4"> + <image source="castle_lightsources.png" width="128" height="288"/> + <tile id="0"> + <animation> + <frame tileid="0" duration="150"/> + <frame tileid="4" duration="150"/> + <frame tileid="8" duration="150"/> + <frame tileid="4" duration="150"/> + </animation> + </tile> + <tile id="1"> + <animation> + <frame tileid="1" duration="150"/> + <frame tileid="5" duration="150"/> + <frame tileid="9" duration="150"/> + </animation> + </tile> + <tile id="2"> + <animation> + <frame tileid="2" duration="150"/> + <frame tileid="6" duration="150"/> + <frame tileid="10" duration="150"/> + </animation> + </tile> + <tile id="3"> + <animation> + <frame tileid="3" duration="150"/> + <frame tileid="7" duration="150"/> + <frame tileid="11" duration="150"/> + <frame tileid="7" duration="150"/> + </animation> + </tile> +</tileset> |