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/032-3.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/032-3.tmx')
-rw-r--r-- | maps/032-3.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/032-3.tmx b/maps/032-3.tmx index c01975a2..40553bd7 100644 --- a/maps/032-3.tmx +++ b/maps/032-3.tmx @@ -52,7 +52,7 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="Mountain Snake" type="spawn" x="960" y="384" width="960" height="736"> + <object name="MountainSnake" type="spawn" x="960" y="384" width="960" height="736"> <properties> <property name="eA_death" value="100000"/> <property name="eA_spawn" value="30000"/> @@ -60,7 +60,7 @@ <property name="monster_id" value="24"/> </properties> </object> - <object name="Mountain Snake" type="spawn" x="3456" y="288" width="1152" height="2432"> + <object name="Snake" type="spawn" x="3456" y="288" width="1152" height="2432"> <properties> <property name="eA_death" value="100000"/> <property name="eA_spawn" value="30000"/> @@ -68,7 +68,7 @@ <property name="monster_id" value="8"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="2432" y="1248" width="320" height="352"> + <object name="BlackScorpion" type="spawn" x="2432" y="1248" width="320" height="352"> <properties> <property name="eA_death" value="100000"/> <property name="eA_spawn" value="30000"/> @@ -100,7 +100,7 @@ <property name="monster_id" value="58"/> </properties> </object> - <object name="Yellow Slime" type="spawn" x="416" y="2112" width="800" height="704"> + <object name="YellowSlime" type="spawn" x="416" y="2112" width="800" height="704"> <properties> <property name="eA_death" value="1000000"/> <property name="eA_spawn" value="300000"/> @@ -108,7 +108,7 @@ <property name="monster_id" value="5"/> </properties> </object> - <object name="Cave Maggot" type="spawn" x="928" y="1344" width="1120" height="608"> + <object name="CaveMaggot" type="spawn" x="928" y="1344" width="1120" height="608"> <properties> <property name="eA_death" value="100000"/> <property name="eA_spawn" value="30000"/> |