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/001-2-27.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/001-2-27.tmx')
-rw-r--r-- | maps/001-2-27.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/001-2-27.tmx b/maps/001-2-27.tmx index 6615d57a..4654bbd9 100644 --- a/maps/001-2-27.tmx +++ b/maps/001-2-27.tmx @@ -407,15 +407,6 @@ 974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974,974 </data> </layer> - <objectgroup name="Object"> - <object id="1" name="To Artis" type="warp" x="1120" y="1120" width="32" height="32"> - <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="101"/> - <property name="dest_y" value="108"/> - </properties> - </object> - </objectgroup> <layer name="Heights" width="72" height="68"> <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, @@ -488,4 +479,13 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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="To Artis" type="warp" x="1120" y="1120" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="101"/> + <property name="dest_y" value="108"/> + </properties> + </object> + </objectgroup> </map> |