diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-07 15:57:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-07 15:57:02 -0300 |
commit | 51cef4c69d309c35c4f30c72ca2d6786646f15cb (patch) | |
tree | 15f52d0877f40cf5bff7fc5323008e81f7b45b52 /graphics/tilesets/clock.tsx | |
parent | 17fa869ef9d8e362ef3ace8f384ceb276e341acc (diff) | |
download | clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.gz clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.bz2 clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.xz clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.zip |
Fix other bugs
Diffstat (limited to 'graphics/tilesets/clock.tsx')
-rw-r--r-- | graphics/tilesets/clock.tsx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/tilesets/clock.tsx b/graphics/tilesets/clock.tsx new file mode 100644 index 00000000..b73d84da --- /dev/null +++ b/graphics/tilesets/clock.tsx @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.4" tiledversion="1.4.1" name="clock" tilewidth="32" tileheight="64" tilecount="6" columns="6"> + <grid orientation="orthogonal" width="32" height="32"/> + <image source="clock.png" width="192" height="64"/> + <tile id="0"> + <animation> + <frame tileid="0" duration="300"/> + <frame tileid="1" duration="210"/> + <frame tileid="2" duration="210"/> + <frame tileid="3" duration="210"/> + <frame tileid="4" duration="210"/> + <frame tileid="5" duration="300"/> + <frame tileid="4" duration="210"/> + <frame tileid="3" duration="210"/> + <frame tileid="2" duration="210"/> + <frame tileid="1" duration="210"/> + </animation> + </tile> +</tileset> |