diff options
author | Reid <reidyaro@gmail.com> | 2012-05-30 02:29:29 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-30 02:30:50 +0200 |
commit | e55d7d889a6b701a07904379524ee121e43c84e1 (patch) | |
tree | aa528a5be8226b265260f52804e1af84a72cc6f3 /maps/000-2-0.tmx | |
parent | 5e6515012eca43103a13cff3fdfe70ec87f66ac1 (diff) | |
download | clientdata-e55d7d889a6b701a07904379524ee121e43c84e1.tar.gz clientdata-e55d7d889a6b701a07904379524ee121e43c84e1.tar.bz2 clientdata-e55d7d889a6b701a07904379524ee121e43c84e1.tar.xz clientdata-e55d7d889a6b701a07904379524ee121e43c84e1.zip |
Change back exported tiles to graphics.tilesets/ folder,
Remplaced every Water and Candle tileset by the exported ones.
Diffstat (limited to 'maps/000-2-0.tmx')
-rw-r--r-- | maps/000-2-0.tmx | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/maps/000-2-0.tmx b/maps/000-2-0.tmx index 90840ea1..9752e4ae 100644 --- a/maps/000-2-0.tmx +++ b/maps/000-2-0.tmx @@ -11,37 +11,7 @@ <tileset firstgid="129" name="Village-indoor2" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/Indoor/Village-indoor2.png" width="512" height="512"/> </tileset> - <tileset firstgid="385" name="Candle" tilewidth="32" tileheight="64"> - <image source="../graphics/tilesets/Indoor/Candle.png" width="96" height="128"/> - <tile id="0"> - <properties> - <property name="animation-delay0" value="13"/> - <property name="animation-delay1" value="12"/> - <property name="animation-delay2" value="13"/> - <property name="animation-delay3" value="12"/> - <property name="animation-delay4" value="11"/> - <property name="animation-frame0" value="0"/> - <property name="animation-frame1" value="1"/> - <property name="animation-frame2" value="2"/> - <property name="animation-frame3" value="1"/> - <property name="animation-frame4" value="2"/> - </properties> - </tile> - <tile id="3"> - <properties> - <property name="animation-delay0" value="13"/> - <property name="animation-delay1" value="12"/> - <property name="animation-delay2" value="13"/> - <property name="animation-delay3" value="12"/> - <property name="animation-delay4" value="11"/> - <property name="animation-frame0" value="3"/> - <property name="animation-frame1" value="4"/> - <property name="animation-frame2" value="5"/> - <property name="animation-frame3" value="4"/> - <property name="animation-frame4" value="5"/> - </properties> - </tile> - </tileset> + <tileset firstgid="385" source="../graphics/tilesets/Indoor/Candle.tsx"/> <tileset firstgid="391" name="Box" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/Indoor/Box.png" width="128" height="160"/> </tileset> |