diff options
Diffstat (limited to 'maps/004-2-1.tmx')
-rw-r--r-- | maps/004-2-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/004-2-1.tmx b/maps/004-2-1.tmx index 3c89a1f2..2ced8177 100644 --- a/maps/004-2-1.tmx +++ b/maps/004-2-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.6" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="49"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" nextobjectid="50"> <properties> <property name="author" value="Pookie, Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -910,5 +910,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="49" name="Chagashroom Field" type="Spawn" x="2176" y="896" width="800" height="1664"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |