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/027-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/027-1.tmx')
-rw-r--r-- | maps/027-1.tmx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/maps/027-1.tmx b/maps/027-1.tmx index 4c3843f2..dbd0b2f5 100644 --- a/maps/027-1.tmx +++ b/maps/027-1.tmx @@ -96,7 +96,7 @@ <property name="monster_id" value="38"/> </properties> </object> - <object name="Fire Skull" type="spawn" x="672" y="960" width="2144" height="1504"> + <object name="FireSkull" type="spawn" x="672" y="960" width="2144" height="1504"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="60000"/> @@ -104,7 +104,7 @@ <property name="monster_id" value="21"/> </properties> </object> - <object name="Poison Skull" type="spawn" x="672" y="960" width="2144" height="1504"> + <object name="PoisonSkull" type="spawn" x="672" y="960" width="2144" height="1504"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="60000"/> @@ -120,7 +120,7 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="Lady Skeleton" type="spawn" x="672" y="960" width="2144" height="1504"> + <object name="LadySkeleton" type="spawn" x="672" y="960" width="2144" height="1504"> <properties> <property name="eA_death" value="8000"/> <property name="eA_spawn" value="60000"/> @@ -136,7 +136,7 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="Lady Skeleton" type="spawn" x="1792" y="960" width="1024" height="736"> + <object name="LadySkeleton" type="spawn" x="1792" y="960" width="1024" height="736"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="175000"/> @@ -144,7 +144,7 @@ <property name="monster_id" value="42"/> </properties> </object> - <object name="Fire Skull" type="spawn" x="672" y="960" width="1088" height="736"> + <object name="FireSkull" type="spawn" x="672" y="960" width="1088" height="736"> <properties> <property name="eA_death" value="10000"/> <property name="eA_spawn" value="200000"/> @@ -152,7 +152,7 @@ <property name="monster_id" value="21"/> </properties> </object> - <object name="Poison Skull" type="spawn" x="672" y="960" width="1088" height="736"> + <object name="PoisonSkull" type="spawn" x="672" y="960" width="1088" height="736"> <properties> <property name="eA_death" value="10000"/> <property name="eA_spawn" value="200000"/> @@ -168,7 +168,7 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="Lady Skeleton" type="spawn" x="672" y="960" width="1088" height="736"> + <object name="LadySkeleton" type="spawn" x="672" y="960" width="1088" height="736"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="180000"/> @@ -176,7 +176,7 @@ <property name="monster_id" value="42"/> </properties> </object> - <object name="Fire Skull" type="spawn" x="2848" y="960" width="1056" height="704"> + <object name="FireSkull" type="spawn" x="2848" y="960" width="1056" height="704"> <properties> <property name="eA_death" value="25000"/> <property name="eA_spawn" value="28000"/> @@ -184,7 +184,7 @@ <property name="monster_id" value="21"/> </properties> </object> - <object name="Poison Skull" type="spawn" x="2848" y="960" width="1056" height="704"> + <object name="PoisonSkull" type="spawn" x="2848" y="960" width="1056" height="704"> <properties> <property name="eA_death" value="20000"/> <property name="eA_spawn" value="30000"/> @@ -200,7 +200,7 @@ <property name="monster_id" value="41"/> </properties> </object> - <object name="Lady Skeleton" type="spawn" x="2848" y="960" width="1056" height="704"> + <object name="LadySkeleton" type="spawn" x="2848" y="960" width="1056" height="704"> <properties> <property name="eA_death" value="25000"/> <property name="eA_spawn" value="33000"/> @@ -208,7 +208,7 @@ <property name="monster_id" value="42"/> </properties> </object> - <object name="Jack O" type="spawn" x="864" y="2154" width="96" height="64"> + <object name="JackO" type="spawn" x="864" y="2154" width="96" height="64"> <properties> <property name="eA_death" value="200000"/> <property name="eA_spawn" value="265000"/> |