summaryrefslogtreecommitdiff
path: root/testing_data/tiled_examples/rpg/beach_tileset1.tsx
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2022-04-15 08:37:05 +0200
committerLawnCable <git@lawncable.net>2022-04-15 08:37:05 +0200
commita595ed8d9fbe6ff4a7a6f13c279b5412aeb41ab4 (patch)
tree843069077a21fe5598a1a52f6bf4bab4183d10a2 /testing_data/tiled_examples/rpg/beach_tileset1.tsx
parentd775eb1e9c6be67e5c07cabde79145b4ed3136e1 (diff)
downloadfast-tiled.rs-a595ed8d9fbe6ff4a7a6f13c279b5412aeb41ab4.tar.gz
fast-tiled.rs-a595ed8d9fbe6ff4a7a6f13c279b5412aeb41ab4.tar.bz2
fast-tiled.rs-a595ed8d9fbe6ff4a7a6f13c279b5412aeb41ab4.tar.xz
fast-tiled.rs-a595ed8d9fbe6ff4a7a6f13c279b5412aeb41ab4.zip
layer tiles, draft for object parsing and more
Diffstat (limited to 'testing_data/tiled_examples/rpg/beach_tileset1.tsx')
-rw-r--r--testing_data/tiled_examples/rpg/beach_tileset1.tsx20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing_data/tiled_examples/rpg/beach_tileset1.tsx b/testing_data/tiled_examples/rpg/beach_tileset1.tsx
new file mode 100644
index 0000000..ddcc878
--- /dev/null
+++ b/testing_data/tiled_examples/rpg/beach_tileset1.tsx
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset version="1.5" tiledversion="1.6.0" name="beach_tileset" tilewidth="16" tileheight="16" tilecount="936" columns="36">
+ <image source="beach_tileset.png" width="576" height="416"/>
+ <tile id="37">
+ <animation>
+ <frame tileid="37" duration="1000"/>
+ <frame tileid="46" duration="1000"/>
+ <frame tileid="55" duration="1000"/>
+ <frame tileid="64" duration="1000"/>
+ </animation>
+ </tile>
+ <tile id="148">
+ <animation>
+ <frame tileid="148" duration="1000"/>
+ <frame tileid="157" duration="1000"/>
+ <frame tileid="166" duration="1000"/>
+ <frame tileid="175" duration="1000"/>
+ </animation>
+ </tile>
+</tileset>