31
Ask a Question / Re: Any length actor with beginning, tileable middle, and end art.
« on: October 30, 2021, 06:13:25 am »
https://luyren.itch.io/luyrens-rpg-elements-resource-pack
This resource pack includes a behavior called Resize Menu Windows. When you attach it to your actor, you can use the behavior's custom block to resize an image using the 9-slice method to any width/height you want without distortion on the cornes. There's a pdf file explaining how to use it.
If you want to learn about images, I explain about it here: https://youtu.be/aAghaRSgY3o
You can achieve what you want by combining different images yourself.
Regardless of which one you chose, this only resizes the image though. You'd still have to scale the actor to the appropriate width and height if you want collision for it, which can be done with a regular block.
This resource pack includes a behavior called Resize Menu Windows. When you attach it to your actor, you can use the behavior's custom block to resize an image using the 9-slice method to any width/height you want without distortion on the cornes. There's a pdf file explaining how to use it.
If you want to learn about images, I explain about it here: https://youtu.be/aAghaRSgY3o
You can achieve what you want by combining different images yourself.
Regardless of which one you chose, this only resizes the image though. You'd still have to scale the actor to the appropriate width and height if you want collision for it, which can be done with a regular block.