Is there a way to flip the custom collision shape?
In a platform game with a custom collision shape I have the player that flips its image horizontally depending on the direction of movement, but the collision shape does to flip. Is there a way to make it flip or will i have to use a symmetrical hitbox?
Comments
There´s no way to flip the collision shape. At least not at the moment.
The reason is the shape is connected to the actor rigid body not the images. Flip only flips the image not the rigid body.