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/048-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/048-1.tmx')
-rw-r--r-- | maps/048-1.tmx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/048-1.tmx b/maps/048-1.tmx index 2a526822..45394261 100644 --- a/maps/048-1.tmx +++ b/maps/048-1.tmx @@ -89,7 +89,7 @@ <property name="monster_id" value="36"/> </properties> </object> - <object name="White Bell" type="spawn" x="0" y="0"> + <object name="WhiteBell" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -97,7 +97,7 @@ <property name="monster_id" value="93"/> </properties> </object> - <object name="White Slime" type="spawn" x="2144" y="1248" width="96" height="96"> + <object name="WhiteSlime" type="spawn" x="2144" y="1248" width="96" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -105,7 +105,7 @@ <property name="monster_id" value="91"/> </properties> </object> - <object name="Blue Slime" type="spawn" x="2240" y="1888" width="160" height="192"> + <object name="BlueSlime" type="spawn" x="2240" y="1888" width="160" height="192"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -134,7 +134,7 @@ <property name="dest_y" value="1536"/> </properties> </object> - <object name="White Slime" type="spawn" x="1504" y="1152" width="96" height="96"> + <object name="WhiteSlime" type="spawn" x="1504" y="1152" width="96" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -142,7 +142,7 @@ <property name="monster_id" value="91"/> </properties> </object> - <object name="White Slime" type="spawn" x="2272" y="928" width="96" height="96"> + <object name="WhiteSlime" type="spawn" x="2272" y="928" width="96" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -150,7 +150,7 @@ <property name="monster_id" value="91"/> </properties> </object> - <object name="Blue Slime" type="spawn" x="1888" y="1536" width="160" height="192"> + <object name="BlueSlime" type="spawn" x="1888" y="1536" width="160" height="192"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -158,7 +158,7 @@ <property name="monster_id" value="89"/> </properties> </object> - <object name="Blue Slime" type="spawn" x="1888" y="1056" width="160" height="192"> + <object name="BlueSlime" type="spawn" x="1888" y="1056" width="160" height="192"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -166,7 +166,7 @@ <property name="monster_id" value="89"/> </properties> </object> - <object name="White Slime" type="spawn" x="1312" y="768" width="96" height="96"> + <object name="WhiteSlime" type="spawn" x="1312" y="768" width="96" height="96"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> |