parent
264cf998b9
commit
6b64d6aaad
@ -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> |
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in new issue