From 0947ce5a918207efeaf2a4f67a1cc410795f057a Mon Sep 17 00:00:00 2001
From: tom barrett <spalf0@gmail.com>
Date: Mon, 1 Jul 2019 09:14:17 -0500
Subject: simpilfied interfaces and added new xml properties

---
 resources/map.tmx     |   4 ++--
 resources/tileset.png | Bin 10252 -> 10036 bytes
 resources/tileset.tsx |   6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)

(limited to 'resources')

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
Binary files a/resources/tileset.png and b/resources/tileset.png 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"/>
-- 
cgit v1.2.3