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/028-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/028-1.tmx')
-rw-r--r-- | maps/028-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/028-1.tmx b/maps/028-1.tmx index 1194b248..bc61896d 100644 --- a/maps/028-1.tmx +++ b/maps/028-1.tmx @@ -47,7 +47,7 @@ </data> </layer> <objectgroup name="Objects" width="159" height="158" visible="0"> - <object name="Spiky Mushroom" type="spawn" x="3456" y="2016" width="896" height="832"> + <object name="SpikyMushroom" type="spawn" x="3456" y="2016" width="896" height="832"> <properties> <property name="eA_death" value="15000"/> <property name="eA_spawn" value="20000"/> @@ -87,7 +87,7 @@ <property name="monster_id" value="45"/> </properties> </object> - <object name="Sea Slime" type="spawn" x="704" y="2016" width="1248" height="320"> + <object name="SeaSlime" type="spawn" x="704" y="2016" width="1248" height="320"> <properties> <property name="eA_death" value="25000"/> <property name="eA_spawn" value="100000"/> @@ -95,7 +95,7 @@ <property name="monster_id" value="31"/> </properties> </object> - <object name="Sea Slime" type="spawn" x="1284" y="2336" width="736" height="352"> + <object name="SeaSlime" type="spawn" x="1284" y="2336" width="736" height="352"> <properties> <property name="eA_death" value="25000"/> <property name="eA_spawn" value="100000"/> |