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/041-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/041-1.tmx')
-rw-r--r-- | maps/041-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/041-1.tmx b/maps/041-1.tmx index 81dc7d5e..5ad1fb29 100644 --- a/maps/041-1.tmx +++ b/maps/041-1.tmx @@ -72,7 +72,7 @@ <property name="monster_id" value="1"/> </properties> </object> - <object name="Sea Slime" type="spawn" x="1600" y="192" width="352" height="1568"> + <object name="SeaSlime" type="spawn" x="1600" y="192" width="352" height="1568"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -88,7 +88,7 @@ <property name="monster_id" value="1"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="1888" y="192" width="128" height="96"> + <object name="BlackScorpion" type="spawn" x="1888" y="192" width="128" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -96,7 +96,7 @@ <property name="monster_id" value="7"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="2080" y="1536" width="128" height="96"> + <object name="BlackScorpion" type="spawn" x="2080" y="1536" width="128" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -104,7 +104,7 @@ <property name="monster_id" value="7"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="2720" y="2272" width="704" height="320"> + <object name="BlackScorpion" type="spawn" x="2720" y="2272" width="704" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -112,7 +112,7 @@ <property name="monster_id" value="7"/> </properties> </object> - <object name="Red Scorpion" type="spawn" x="2912" y="1696" width="608" height="320"> + <object name="RedScorpion" type="spawn" x="2912" y="1696" width="608" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -120,7 +120,7 @@ <property name="monster_id" value="2"/> </properties> </object> - <object name="Red Scorpion" type="spawn" x="2368" y="1920" width="608" height="320"> + <object name="RedScorpion" type="spawn" x="2368" y="1920" width="608" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> |