summaryrefslogtreecommitdiff
path: root/tilesets/stone_lab.tsx
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-04-11 15:14:49 -0500
committerwushin <pasekei@gmail.com>2014-04-15 22:49:16 -0500
commitb14fa54fb3dee0c62d5ba1b824ff8352b3839109 (patch)
tree459f3c43decfb2cdf35320d20fc64ea8eeea2f9c /tilesets/stone_lab.tsx
parentff2cc63d223a1641fa2918026b76371f80dd56ae (diff)
downloadclientdata-b14fa54fb3dee0c62d5ba1b824ff8352b3839109.tar.gz
clientdata-b14fa54fb3dee0c62d5ba1b824ff8352b3839109.tar.bz2
clientdata-b14fa54fb3dee0c62d5ba1b824ff8352b3839109.tar.xz
clientdata-b14fa54fb3dee0c62d5ba1b824ff8352b3839109.zip
Tileset Fixes
- Naming conventions - Filled in some blank spots - Merged Tilesets together - Added more Desert Tiles - Added more Crypt Tiles - Added more Woodland Tiles - Added more Dock Tiles - Added more Indoor Tiles - Added animated Water Tiles - Added Sign Tiles - Started process of desaturation - Started process of consolidation - Started making tilesets more consistant
Diffstat (limited to 'tilesets/stone_lab.tsx')
-rw-r--r--tilesets/stone_lab.tsx24
1 files changed, 24 insertions, 0 deletions
diff --git a/tilesets/stone_lab.tsx b/tilesets/stone_lab.tsx
new file mode 100644
index 00000000..a6ced295
--- /dev/null
+++ b/tilesets/stone_lab.tsx
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="stone_lab" tilewidth="96" tileheight="128">
+ <image source="../graphics/tiles/stone_lab.png" width="384" height="384"/>
+ <tile id="8">
+ <properties>
+ <property name="animation-delay0" value="5"/>
+ <property name="animation-delay1" value="5"/>
+ <property name="animation-delay2" value="5"/>
+ <property name="animation-delay3" value="5"/>
+ <property name="animation-delay4" value="5"/>
+ <property name="animation-delay5" value="5"/>
+ <property name="animation-delay6" value="5"/>
+ <property name="animation-delay7" value="5"/>
+ <property name="animation-frame0" value="1"/>
+ <property name="animation-frame1" value="2"/>
+ <property name="animation-frame2" value="3"/>
+ <property name="animation-frame3" value="4"/>
+ <property name="animation-frame4" value="5"/>
+ <property name="animation-frame5" value="6"/>
+ <property name="animation-frame6" value="7"/>
+ <property name="animation-frame7" value="0"/>
+ </properties>
+ </tile>
+</tileset>