How do I flip objects with the player?

I have the player picking up an object. I have all the points set and it works when not flipped horizontally but when the player flips the object doesn’t flip with the player. It ends up on the players back. I thought the player points would flip with the player. Am I missing something here?


There is a debugging action you can use for such issues.
Using the platformer example:
image
image

The custom points I added are flipped as well.

1 Like