-
Notifications
You must be signed in to change notification settings - Fork 0
Extended Hit Boxes
By default Player character and all ABS Events have 1 map cell (48 x 48) hit box for all ABS skills. If you want create big or taller characters you can extend hit boxes.
Add comment <extraHitBoxes:U,R,D,L>


Where:
U - extend by map cells count UP
R - extend by map cells count RIGHT
D - extend by map cells count DOWN
L - extend by map cells count LEFT
Example:
<extraHitBoxes:2,1,0,1>For remove extended hit boxes change event page. Or you can set different extension values on different pages.
Add same line <extraHitBoxes:U,R,D,L>, but in Actor's Note
