diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-22 12:52:43 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-22 12:59:32 -0700 |
commit | 98f09f6ff806652cda8db9d99fa40368ff3a89b3 (patch) | |
tree | 38d2e57be361fca550b74d7d97f187efca703290 /maps/025-1.tmx | |
parent | 1f277ed96959bc20a4a1f9c4597be70c6858abeb (diff) | |
download | clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.gz clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.bz2 clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.xz clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.zip |
Fix all the wrong spawn names
Diffstat (limited to 'maps/025-1.tmx')
-rw-r--r-- | maps/025-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index 64c59c85..aec6c5b3 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -64,7 +64,7 @@ <property name="dest_y" value="1696"/> </properties> </object> - <object name="Clover Patch" type="spawn" x="2304" y="672" width="1824" height="2560"> + <object name="CloverPatch" type="spawn" x="2304" y="672" width="1824" height="2560"> <properties> <property name="eA_death" value="10000"/> <property name="eA_spawn" value="30000"/> @@ -72,7 +72,7 @@ <property name="monster_id" value="35"/> </properties> </object> - <object name="Clover Patch" type="spawn" x="1600" y="3008" width="448" height="192"> + <object name="CloverPatch" type="spawn" x="1600" y="3008" width="448" height="192"> <properties> <property name="eA_death" value="10000"/> <property name="eA_spawn" value="1200000"/> @@ -80,7 +80,7 @@ <property name="monster_id" value="35"/> </properties> </object> - <object name="Alizarin Herb" type="spawn" x="576" y="608" width="2496" height="1088"> + <object name="AlizarinPlant" type="spawn" x="576" y="608" width="2496" height="1088"> <properties> <property name="eA_death" value="12000"/> <property name="eA_spawn" value="240000"/> @@ -104,7 +104,7 @@ <property name="monster_id" value="33"/> </properties> </object> - <object name="Log Head" type="spawn" x="2080" y="640" width="2048" height="1792"> + <object name="LogHead" type="spawn" x="2080" y="640" width="2048" height="1792"> <properties> <property name="eA_death" value="3000"/> <property name="eA_spawn" value="18000"/> @@ -112,7 +112,7 @@ <property name="monster_id" value="23"/> </properties> </object> - <object name="Pink Flower" type="spawn" x="0" y="0"> + <object name="PinkFlower" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="5000"/> <property name="eA_spawn" value="20000"/> @@ -120,7 +120,7 @@ <property name="monster_id" value="12"/> </properties> </object> - <object name="Spiky Mushroom" type="spawn" x="0" y="0"> + <object name="SpikyMushroom" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="500"/> <property name="eA_spawn" value="90000"/> |