diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-07 20:22:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-07 20:22:14 -0300 |
commit | 5e8a968dd9317c4819a79d344e0fdb34ca1f0399 (patch) | |
tree | f0f87ba51694be79bd20effc7642de00e647ad7f /maps/001-3.tmx | |
parent | a5502a0897d7de14f12b433f23285205a4992096 (diff) | |
download | clientdata-5e8a968dd9317c4819a79d344e0fdb34ca1f0399.tar.gz clientdata-5e8a968dd9317c4819a79d344e0fdb34ca1f0399.tar.bz2 clientdata-5e8a968dd9317c4819a79d344e0fdb34ca1f0399.tar.xz clientdata-5e8a968dd9317c4819a79d344e0fdb34ca1f0399.zip |
Map text update and icon fix.
Diffstat (limited to 'maps/001-3.tmx')
-rw-r--r-- | maps/001-3.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/001-3.tmx b/maps/001-3.tmx index a65df218..1b76cf5f 100644 --- a/maps/001-3.tmx +++ b/maps/001-3.tmx @@ -782,8 +782,8 @@ <object id="1" name="To Tulimshar Indoor" type="warp" x="2336" y="896" width="32" height="32"> <properties> <property name="dest_map" value="002-2"/> - <property name="dest_tile_x" value="74"/> - <property name="dest_tile_y" value="59"/> + <property name="dest_x" value="74"/> + <property name="dest_y" value="59"/> </properties> </object> <object id="2" name="Phaet the Royal Guard" type="npc" x="2480" y="1200"> @@ -800,8 +800,8 @@ </object> <object id="4" name="Maggot" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value="0"/> - <property name="eA_spawn" value="0"/> + <property name="death" value="0"/> + <property name="spawn" value="0"/> <property name="max_beings" value="10"/> <property name="monster_id" value="0"/> </properties> |