summaryrefslogtreecommitdiff
path: root/resources/tileset.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tileset.tsx')
-rw-r--r--resources/tileset.tsx44
1 files changed, 43 insertions, 1 deletions
diff --git a/resources/tileset.tsx b/resources/tileset.tsx
index 3e97f2f..67229a4 100644
--- a/resources/tileset.tsx
+++ b/resources/tileset.tsx
@@ -1,4 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset version="1.2" tiledversion="1.2.3" name="tileset" tilewidth="16" tileheight="16" tilecount="50" columns="10">
+<tileset version="1.2" tiledversion="1.2.1" name="tileset" tilewidth="16" tileheight="16" tilecount="50" columns="10">
<image source="tileset.png" width="160" height="80"/>
+ <tile id="14">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="flame"/>
+ <property name="keyframe" type="int" value="0"/>
+ </properties>
+ </tile>
+ <tile id="24">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="flame"/>
+ <property name="keyframe" type="int" value="1"/>
+ </properties>
+ </tile>
+ <tile id="34">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="player-top"/>
+ <property name="keyframe" type="int" value="0"/>
+ </properties>
+ </tile>
+ <tile id="35">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="player-top"/>
+ <property name="keyframe" type="int" value="1"/>
+ </properties>
+ </tile>
+ <tile id="44">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="player-bottom"/>
+ <property name="keyframe" type="int" value="0"/>
+ </properties>
+ </tile>
+ <tile id="45">
+ <properties>
+ <property name="delay" type="int" value="100"/>
+ <property name="entity" value="player-bottom"/>
+ <property name="keyframe" type="int" value="1"/>
+ </properties>
+ </tile>
</tileset>