summaryrefslogtreecommitdiff
path: root/resources/tileset.tsx
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-07-01 09:14:17 -0500
committertom barrett <spalf0@gmail.com>2019-07-01 09:14:17 -0500
commit0947ce5a918207efeaf2a4f67a1cc410795f057a (patch)
tree30d601261754e236fc064faa9138eec9d1314d7c /resources/tileset.tsx
parent4b01b87d8aca041304c927560095af92feb406da (diff)
simpilfied interfaces and added new xml properties
Diffstat (limited to 'resources/tileset.tsx')
-rw-r--r--resources/tileset.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/tileset.tsx b/resources/tileset.tsx
index 67229a4..d5a44dd 100644
--- a/resources/tileset.tsx
+++ b/resources/tileset.tsx
@@ -15,6 +15,12 @@
<property name="keyframe" type="int" value="1"/>
</properties>
</tile>
+ <tile id="25">
+ <properties>
+ <property name="spawn" value="peasant"/>
+ <property name="visible" type="bool" value="false"/>
+ </properties>
+ </tile>
<tile id="34">
<properties>
<property name="delay" type="int" value="100"/>