Update No XP/Drop Hawk labels in Tiled Editor. Added spawn controllers, setup multi-tiered spawns. Fixed collision radius bugs. Added Chapter 2 Bonus Boss and Major Hawks Tiled Templates. Fix Stone Elemental Casting circle radius. Release Build 9378.
parent
64ea11b4af
commit
21b8a9c3cb
@ -1,5 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<template> |
<template> |
||||||
<tileset firstgid="1" source="../Monsters.tsx"/> |
<tileset firstgid="1" source="../Monsters.tsx"/> |
||||||
<object name="Hawk_NOXP" type="Monster" gid="12" width="24" height="24"/> |
<object name="Hawk (No XP/Drop)" type="Monster" gid="12" width="24" height="24"/> |
||||||
</template> |
</template> |
||||||
|
@ -0,0 +1,5 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<template> |
||||||
|
<tileset firstgid="1" source="../Monsters.tsx"/> |
||||||
|
<object name="Major Hawk" type="Monster" gid="19" width="57.6" height="57.6"/> |
||||||
|
</template> |
@ -0,0 +1,5 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<template> |
||||||
|
<tileset firstgid="1" source="../Monsters.tsx"/> |
||||||
|
<object name="Zephy, King of Birds" type="Monster" gid="20" width="192" height="192"/> |
||||||
|
</template> |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Loading…
Reference in new issue