summaryrefslogtreecommitdiff
path: root/resources
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
parent4b01b87d8aca041304c927560095af92feb406da (diff)
simpilfied interfaces and added new xml properties
Diffstat (limited to 'resources')
-rw-r--r--resources/map.tmx4
-rw-r--r--resources/tileset.pngbin10252 -> 10036 bytes
-rw-r--r--resources/tileset.tsx6
3 files changed, 8 insertions, 2 deletions
diff --git a/resources/map.tmx b/resources/map.tmx
index 766cd89..de8221e 100644
--- a/resources/map.tmx
+++ b/resources/map.tmx
@@ -80,8 +80,8 @@
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,2147483683,0,0,35,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,2147483693,0,0,45,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,26,0,0,26,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
diff --git a/resources/tileset.png b/resources/tileset.png
index 56f2cce..8a32cbf 100644
--- a/resources/tileset.png
+++ b/resources/tileset.png
Binary files differ
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"/>