Invisible wall extension
alexm92
Member Posts: 16
Can anyone tell me why there is an invisible wall extension in my game and how do I remove it? Heres a link to an example http://www.mediafire.com/view/gp88cajd2cj7bq6/Screenshot_(2).png
Comments
It's not the wall, it's probably the edge of your flower actor. See how the petals on the right side are still overlapping the floor? You're collision shape on the flower is rectangle, so it uses the full rectangle shape of the entire image.
If you don't want it to hang off the edge like that you have a couple options.
Redesign the flower image so it makes more sense, like make the base wider like the top.
Don't use your actual actor for the collisions, constrain a smaller invisible actor to the main actors base and use that for your collisions.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Thanks again Jamie. Love your tutorials btw.