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/005-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/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index 60e46302..4d091df2 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -102,7 +102,7 @@ <property name="monster_id" value="8"/> </properties> </object> - <object name="Giant Maggot" type="spawn" x="1632" y="896" width="3072" height="1696"> + <object name="GiantMaggot" type="spawn" x="1632" y="896" width="3072" height="1696"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -110,7 +110,7 @@ <property name="monster_id" value="4"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="1856" y="224" width="2144" height="768"> + <object name="BlackScorpion" type="spawn" x="1856" y="224" width="2144" height="768"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -118,7 +118,7 @@ <property name="monster_id" value="7"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="1824" y="2272" width="2752" height="1056"> + <object name="BlackScorpion" type="spawn" x="1824" y="2272" width="2752" height="1056"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -126,7 +126,7 @@ <property name="monster_id" value="7"/> </properties> </object> - <object name="Green Slime" type="spawn" x="640" y="992" width="672" height="768"> + <object name="GreenSlime" type="spawn" x="640" y="992" width="672" height="768"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -134,7 +134,7 @@ <property name="monster_id" value="3"/> </properties> </object> - <object name="Green Slime" type="spawn" x="3744" y="2208" width="128" height="96"> + <object name="GreenSlime" type="spawn" x="3744" y="2208" width="128" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> |