diff options
author | wushin <pasekei@gmail.com> | 2016-11-22 14:36:49 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-11-24 21:31:24 -0600 |
commit | ec932d3b780cfcba217597bcc601b123e7e9987f (patch) | |
tree | 1310eb332878d1bb2c78df497153be6a68f9d0f2 /maps/test.tmx | |
parent | 3f331cd3a155bf9a050f3af05b0db828db7a8e4b (diff) | |
download | clientdata-ec932d3b780cfcba217597bcc601b123e7e9987f.tar.gz clientdata-ec932d3b780cfcba217597bcc601b123e7e9987f.tar.bz2 clientdata-ec932d3b780cfcba217597bcc601b123e7e9987f.tar.xz clientdata-ec932d3b780cfcba217597bcc601b123e7e9987f.zip |
Standardize Height layer
Diffstat (limited to 'maps/test.tmx')
-rw-r--r-- | maps/test.tmx | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/maps/test.tmx b/maps/test.tmx index dae94a79..b190df4f 100644 --- a/maps/test.tmx +++ b/maps/test.tmx @@ -761,32 +761,6 @@ 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,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 </data> </layer> - <objectgroup name="Object"> - <object id="1" name="Tortuga" type="spawn" x="1440" y="896" width="416" height="640"> - <properties> - <property name="death" value="120000"/> - <property name="spawn" value="16000"/> - <property name="max_beings" value="3"/> - <property name="monster_id" value="1004"/> - </properties> - </object> - <object id="2" name="Piou" type="spawn" x="2496" y="960"> - <properties> - <property name="death" value="15000"/> - <property name="spawn" value="60000"/> - <property name="max_beings" value="4"/> - <property name="monster_id" value="1002"/> - </properties> - </object> - <object id="3" name="Ratto" type="spawn" x="2528" y="1216"> - <properties> - <property name="death" value="420000"/> - <property name="spawn" value="240000"/> - <property name="max_beings" value="1"/> - <property name="monster_id" value="1005"/> - </properties> - </object> - </objectgroup> <layer name="Heights" width="100" height="100"> <data encoding="csv"> 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,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, @@ -891,4 +865,30 @@ 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,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 </data> </layer> + <objectgroup name="Object"> + <object id="1" name="Tortuga" type="spawn" x="1440" y="896" width="416" height="640"> + <properties> + <property name="death" value="120000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1004"/> + <property name="spawn" value="16000"/> + </properties> + </object> + <object id="2" name="Piou" type="spawn" x="2496" y="960"> + <properties> + <property name="death" value="15000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1002"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="3" name="Ratto" type="spawn" x="2528" y="1216"> + <properties> + <property name="death" value="420000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1005"/> + <property name="spawn" value="240000"/> + </properties> + </object> + </objectgroup> </map> |