Hi,

in my game, I have some flying square tiles: during the game, I would like to be able to "glue" the player on these tiles (thanks to some kind of magnetic boots).

Once the player is glued to these magnetic tiles, I would like the player to walk according to magnetic tiles' edges (for example, being able to walk upside-down, as seen here).

Do you have any hint or tips about the way I could do that? (atm, I don't see how to code that).

Thank you very much!