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/043-1.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/043-1.tmx')
-rw-r--r-- | maps/043-1.tmx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/043-1.tmx b/maps/043-1.tmx index 24eddc1a..7c629652 100644 --- a/maps/043-1.tmx +++ b/maps/043-1.tmx @@ -1284,30 +1284,30 @@ <object id="1" name="To Beach" type="warp" x="1280" y="608" width="192" height="32"> <properties> <property name="dest_map" value="003-4"/> - <property name="dest_tile_x" value="114"/> - <property name="dest_tile_y" value="116"/> + <property name="dest_x" value="114"/> + <property name="dest_y" value="116"/> </properties> </object> <object id="2" name="SeaSlime" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value="30000"/> - <property name="eA_spawn" value="40000"/> + <property name="death" value="30000"/> + <property name="spawn" value="40000"/> <property name="max_beings" value="17"/> <property name="monster_id" value="31"/> </properties> </object> <object id="3" name="YellowSlime" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value="60000"/> - <property name="eA_spawn" value="60000"/> + <property name="death" value="60000"/> + <property name="spawn" value="60000"/> <property name="max_beings" value="15"/> <property name="monster_id" value="5"/> </properties> </object> <object id="4" name="GreenSlime" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value="60000"/> - <property name="eA_spawn" value="60000"/> + <property name="death" value="60000"/> + <property name="spawn" value="60000"/> <property name="max_beings" value="20"/> <property name="monster_id" value="3"/> </properties> |