Adjust all monster tilesets and presets with new sprites.
This commit is contained in:
parent
8827d1ca4e
commit
253bbc610e
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="30" height="20" tilewidth="24" tileheight="24" infinite="1" nextlayerid="3" nextobjectid="23">
|
||||
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="30" height="20" tilewidth="24" tileheight="24" infinite="1" nextlayerid="3" nextobjectid="26">
|
||||
<tileset firstgid="1" source="Monsters.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="30" height="20">
|
||||
<data encoding="csv"/>
|
||||
</layer>
|
||||
<objectgroup id="2" name="Object Layer 1">
|
||||
<object id="1" template="Monsters/Bun.tx" type="Monster" x="-14" y="19"/>
|
||||
<object id="2" template="Monsters/Bear.tx" x="37" y="41"/>
|
||||
<object id="2" template="Monsters/Bear.tx" x="37" y="41" width="96" height="96"/>
|
||||
<object id="3" template="Monsters/Blue Slime.tx" x="27" y="63"/>
|
||||
<object id="4" template="Monsters/Flower Turret.tx" x="24" y="78"/>
|
||||
<object id="5" template="Monsters/Frog.tx" x="4" y="67"/>
|
||||
@ -16,12 +16,12 @@
|
||||
<object id="9" template="Monsters/Yellow Slime.tx" x="1" y="111"/>
|
||||
<object id="10" template="Monsters/Slime King.tx" type="Monster" x="-193" y="97"/>
|
||||
<object id="11" template="Monsters/Ursule, Mother of Bears.tx" type="Monster" x="-220" y="266"/>
|
||||
<object id="12" template="Monsters/Boar.tx" type="Monster" x="38" y="171"/>
|
||||
<object id="12" template="Monsters/Boar.tx" type="Monster" x="38" y="171" width="52.8" height="52.8"/>
|
||||
<object id="14" template="Monsters/Goblin (Bow).tx" type="Monster" x="89" y="213"/>
|
||||
<object id="15" template="Monsters/Goblin (Bombs).tx" type="Monster" x="133" y="216"/>
|
||||
<object id="16" template="Monsters/Goblin Boar Rider.tx" type="Monster" x="111" y="171"/>
|
||||
<object id="17" template="Monsters/Hawk.tx" type="Monster" x="102" y="109" width="12" height="12"/>
|
||||
<object id="18" template="Monsters/Stone Elemental.tx" type="Monster" x="169" y="175"/>
|
||||
<object id="22" template="Monsters/Goblin (Dagger).tx" type="Monster" x="39" y="211"/>
|
||||
<object id="16" template="Monsters/Goblin Boar Rider.tx" type="Monster" x="111" y="171" width="48" height="48"/>
|
||||
<object id="17" template="Monsters/Hawk.tx" type="Monster" x="102" y="109" width="24" height="24"/>
|
||||
<object id="18" template="Monsters/Stone Elemental.tx" type="Monster" x="180" y="156"/>
|
||||
<object id="22" template="Monsters/Goblin (Dagger).tx" type="Monster" x="26" y="226"/>
|
||||
<object id="25" template="Monsters/Goblin (Bombs).tx" type="Monster" x="142" y="222"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.10" tiledversion="1.10.2" name="Monsters" tilewidth="24" tileheight="24" tilecount="100" columns="10">
|
||||
<image source="monsters-tileset.png" width="240" height="240"/>
|
||||
<tileset version="1.10" tiledversion="1.10.2" name="Monsters" tilewidth="48" tileheight="48" tilecount="400" columns="10">
|
||||
<image source="monsters-tileset.png" width="480" height="480"/>
|
||||
</tileset>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Blue Slime" type="Monster" gid="2" width="24" height="24"/>
|
||||
<object name="Blue Slime" type="Monster" gid="2" width="48" height="48"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Boar" type="Monster" gid="15" width="26.4" height="26.4"/>
|
||||
<object name="Boar" type="Monster" gid="15" width="52.8" height="52.8"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Bun" type="Monster" gid="3" width="48" height="48"/>
|
||||
<object name="Bun" type="Monster" gid="3" width="96" height="96"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Flower Turret" type="Monster" gid="4" width="24" height="24"/>
|
||||
<object name="Flower Turret" type="Monster" gid="4" width="48" height="48"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Frog" type="Monster" gid="5" width="16.8" height="16.8"/>
|
||||
<object name="Frog" type="Monster" gid="5" width="33.6" height="33.6"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Goblin (Bombs)" type="Monster" gid="13" width="21.6" height="21.6"/>
|
||||
<object name="Goblin (Bombs)" type="Monster" gid="18" width="48" height="48"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Goblin (Bow)" type="Monster" gid="13" width="21.6" height="21.6"/>
|
||||
<object name="Goblin (Bow)" type="Monster" gid="13" width="43.2" height="43.2"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Goblin (Dagger)" type="Monster" gid="17" width="24" height="24"/>
|
||||
<object name="Goblin (Dagger)" type="Monster" gid="17" width="48" height="48"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Goblin Boar Rider" type="Monster" gid="14" width="24" height="24"/>
|
||||
<object name="Goblin Boar Rider" type="Monster" gid="14" width="48" height="48"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Green Slime" type="Monster" gid="6" width="19.2" height="19.2"/>
|
||||
<object name="Green Slime" type="Monster" gid="6" width="38.4" height="38.4"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Red Slime" type="Monster" gid="7" width="28.8" height="28.8"/>
|
||||
<object name="Red Slime" type="Monster" gid="7" width="57.6" height="57.6"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Slime King" type="Monster" gid="8" width="192" height="192"/>
|
||||
<object name="Slime King" type="Monster" gid="8" width="284" height="284"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Ursule, Mother of Bears" type="Monster" gid="9" width="192" height="192"/>
|
||||
<object name="Ursule, Mother of Bears" type="Monster" gid="9" width="284" height="284"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Windhound" type="Monster" gid="10" width="21.6" height="21.6"/>
|
||||
<object name="Windhound" type="Monster" gid="10" width="43.2" height="43.2"/>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../Monsters.tsx"/>
|
||||
<object name="Yellow Slime" type="Monster" gid="11" width="38.4" height="38.4"/>
|
||||
<object name="Yellow Slime" type="Monster" gid="11" width="76.8" height="76.8"/>
|
||||
</template>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user