summaryrefslogtreecommitdiff
path: root/testing_data/tiled_examples/rpg/beach_tileset.tsx
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2022-04-15 08:36:36 +0200
committerLawnCable <git@lawncable.net>2022-04-15 08:36:36 +0200
commitec09c0ae43799846a68a4e100a68353730edfed1 (patch)
treeaddf32caaad9b2968abb633476b02ed31e85f50f /testing_data/tiled_examples/rpg/beach_tileset.tsx
downloadfast-tiled.rs-ec09c0ae43799846a68a4e100a68353730edfed1.tar.gz
fast-tiled.rs-ec09c0ae43799846a68a4e100a68353730edfed1.tar.bz2
fast-tiled.rs-ec09c0ae43799846a68a4e100a68353730edfed1.tar.xz
fast-tiled.rs-ec09c0ae43799846a68a4e100a68353730edfed1.zip
init
Diffstat (limited to 'testing_data/tiled_examples/rpg/beach_tileset.tsx')
-rw-r--r--testing_data/tiled_examples/rpg/beach_tileset.tsx20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing_data/tiled_examples/rpg/beach_tileset.tsx b/testing_data/tiled_examples/rpg/beach_tileset.tsx
new file mode 100644
index 0000000..c280249
--- /dev/null
+++ b/testing_data/tiled_examples/rpg/beach_tileset.tsx
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset 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>