diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-07-02 18:00:39 +0000 |
---|---|---|
committer | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-07-02 18:00:39 +0000 |
commit | 74d595f34466131578a633478681f85fb53fc340 (patch) | |
tree | cb81bb6945bac56d331140d1a9f02bf20d36ce4f | |
parent | eaa532988b1fe27f62f4f171a37be9e67b1faa63 (diff) | |
download | clientdata-74d595f34466131578a633478681f85fb53fc340.tar.gz clientdata-74d595f34466131578a633478681f85fb53fc340.tar.bz2 clientdata-74d595f34466131578a633478681f85fb53fc340.tar.xz clientdata-74d595f34466131578a633478681f85fb53fc340.zip |
Fixed objectgroup properties on map 14
-rw-r--r-- | maps/new_14-1.tmx | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/maps/new_14-1.tmx b/maps/new_14-1.tmx index 8cd58064..f128926b 100644 --- a/maps/new_14-1.tmx +++ b/maps/new_14-1.tmx @@ -55,26 +55,42 @@ <objectgroup name="Objects" width="0" height="0"> <object name="ToField" type="WARP" x="4160" y="1696" width="64" height="128"> <properties> - <property name="DEST_MAP" value="16"/> - <property name="DEST_X" value="768"/> - <property name="DEST_Y" value="1712"/> + <property name="DEST_MAP"> + 16 + </property> + <property name="DEST_X"> + 768 + </property> + <property name="DEST_Y"> + 1712 + </property> </properties> </object> <object name="ToField" type="WARP" x="1536" y="736" width="64" height="64"> <properties> - <property name="DEST_MAP" value="9"/> - <property name="DEST_X" value="1536"/> - <property name="DEST_Y" value="3232"/> + <property name="DEST_MAP"> + 9 + </property> + <property name="DEST_X"> + 1536 + </property> + <property name="DEST_Y"> + 3232 + </property> </properties> </object> <object name="Scorpion" type="SPAWN" x="2336" y="1728" width="640" height="640"> <properties> - <property name="MONSTER_ID" value="1"/> + <property name="MONSTER_ID"> + 1 + </property> </properties> </object> <object name="Shroom" type="SPAWN" x="1088" y="1984" width="1024" height="640"> <properties> - <property name="MONSTER_ID" value="17"/> + <property name="MONSTER_ID"> + 17 + </property> </properties> </object> </objectgroup> |