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/056-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/056-1.tmx')
-rw-r--r-- | maps/056-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/056-1.tmx b/maps/056-1.tmx index ff30c7ce..7bfb904b 100644 --- a/maps/056-1.tmx +++ b/maps/056-1.tmx @@ -67,7 +67,7 @@ <property name="dest_y" value="1792"/> </properties> </object> - <object name="Evil Mushroom" type="spawn" x="0" y="0"> + <object name="EvilMushroom" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="45000"/> <property name="eA_spawn" value="10000"/> @@ -75,7 +75,7 @@ <property name="monster_id" value="11"/> </properties> </object> - <object name="Log Head" type="spawn" x="0" y="0"> + <object name="LogHead" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="45000"/> <property name="eA_spawn" value="10000"/> @@ -83,7 +83,7 @@ <property name="monster_id" value="23"/> </properties> </object> - <object name="Mauve Plant" type="spawn" x="0" y="0"> + <object name="MauvePlant" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="85000"/> <property name="eA_spawn" value="10000"/> |