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/055-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/055-3.tmx')
-rw-r--r-- | maps/055-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/055-3.tmx b/maps/055-3.tmx index 8c1d42eb..8f36aab0 100644 --- a/maps/055-3.tmx +++ b/maps/055-3.tmx @@ -87,7 +87,7 @@ <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3904" y="3520" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3840" y="2624" width="32" height="32"/> <object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3232" y="2112" width="32" height="32"/> - <object name="Red Slime" type="spawn" x="1125" y="1201" width="681" height="486"> + <object name="RedSlime" type="spawn" x="1125" y="1201" width="681" height="486"> <properties> <property name="eA_death" value="60000"/> <property name="eA_spawn" value="10000"/> @@ -103,7 +103,7 @@ <property name="monster_id" value="15"/> </properties> </object> - <object name="Yellow Slime" type="spawn" x="1265" y="1774" width="936" height="1343"> + <object name="YellowSlime" type="spawn" x="1265" y="1774" width="936" height="1343"> <properties> <property name="eA_death" value="60000"/> <property name="eA_spawn" value="10000"/> @@ -111,7 +111,7 @@ <property name="monster_id" value="5"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="0" y="0" width="32" height="32"> + <object name="BlackScorpion" type="spawn" x="0" y="0" width="32" height="32"> <properties> <property name="eA_death" value="35000"/> <property name="eA_spawn" value="10000"/> |