summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-07 15:57:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-07 15:57:02 -0300
commit51cef4c69d309c35c4f30c72ca2d6786646f15cb (patch)
tree15f52d0877f40cf5bff7fc5323008e81f7b45b52 /graphics/tilesets
parent17fa869ef9d8e362ef3ace8f384ceb276e341acc (diff)
downloadclientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.gz
clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.bz2
clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.tar.xz
clientdata-51cef4c69d309c35c4f30c72ca2d6786646f15cb.zip
Fix other bugs
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/clock.tsx19
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>