diff options
-rw-r--r-- | maps/031-3.tmx | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/maps/031-3.tmx b/maps/031-3.tmx index 4e8a2069..0c4b378c 100644 --- a/maps/031-3.tmx +++ b/maps/031-3.tmx @@ -5,16 +5,16 @@ <property name="name" value="Cave"/> </properties> <tileset firstgid="1" name="set_icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_icecave.png"/> + <image source="../graphics/tiles/set_icecave.png" width="128" height="128"/> </tileset> <tileset firstgid="17" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" trans="000000"/> + <image source="../graphics/tiles/collision.png" trans="000000" width="64" height="32"/> </tileset> <tileset firstgid="19" name="icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/icecave.png"/> + <image source="../graphics/tiles/icecave.png" width="512" height="256"/> </tileset> <tileset firstgid="147" name="set_rules" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_rules.png"/> + <image source="../graphics/tiles/set_rules.png" width="64" height="64"/> </tileset> <layer name="set" width="320" height="320"> <data encoding="base64" compression="gzip"> @@ -108,14 +108,6 @@ <property name="monster_id" value="59"/> </properties> </object> - <object name="Bat" type="spawn" x="0" y="0"> - <properties> - <property name="eA_death" value="30000"/> - <property name="eA_spawn" value="100000"/> - <property name="max_beings" value="100"/> - <property name="monster_id" value="15"/> - </properties> - </object> <object name="Ice Goblin" type="spawn" x="224" y="512" width="1984" height="2016"> <properties> <property name="eA_death" value="30000"/> |