summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLucy Veron <lucymveron@gmail.com>2019-06-22 14:11:08 +0200
committerLucy Veron <lucymveron@gmail.com>2019-06-22 14:11:08 +0200
commit99c6e61a2b8fe66dcef7eada525f6fbdd7a2cd00 (patch)
tree6c5723b065b8b8e4f5ff55a6fa71c47cfc24c373 /resources
parenta8610d790bcd334f5eca27c87e2065ece683fa6a (diff)
added animated tiles with attributes
Diffstat (limited to 'resources')
-rw-r--r--resources/tileset.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tileset.tsx b/resources/tileset.tsx
index 2c43505..1747cbc 100644
--- a/resources/tileset.tsx
+++ b/resources/tileset.tsx
@@ -4,12 +4,14 @@
<tile id="14">
<properties>
<property name="animated" value="flame"/>
+ <property name="delay" type="int" value="100"/>
<property name="keyframe" type="int" value="0"/>
</properties>
</tile>
<tile id="24">
<properties>
<property name="animated" value="flame"/>
+ <property name="delay" type="int" value="100"/>
<property name="keyframe" type="int" value="1"/>
</properties>
</tile>