Is there a way to flip the custom collision shape?

ETGgamesETGgames Member, PRO Posts: 190

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

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    There´s no way to flip the collision shape. At least not at the moment.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    The reason is the shape is connected to the actor rigid body not the images. Flip only flips the image not the rigid body.

Sign In or Register to comment.