Hi,
I’m developing physic based running game. My platform has flat/straight shape now. But i would like use bezier curved shape as platform. I can declare shape for ground but how can my player stands on platform for example climbs/walks on hill? I’m using classic code for bg animation background.x =background.x-1.
But here i need my player stand on hills, past on hill and pits. It’s about my chars y axis? I seen a joint example but don’t like it? (joint to a point who top on player) Is there a beatifulway for this?
thanks.