Hey all,
Working on a reversed gravity mechanic for a 2d sidescrolling platformer. I was wondering if there is a way to easily adjust platform controlling directions along side with the gravity swap.
i.e.:
Now (what I don't want)
Normal gravity: Hold (Left Key) to simulate platform Left movement / / Hold (Right Key) to simulate platform Right movement
Reversed gravity: Hold (Right Key) to simulate platform Left movement / / Hold (Left Key) to simulate platform Right movement
I'm not really sure why... Left should be left and right should be right.. regardless of whether I'm up-side down or not...
I have worked around this by switching controls when gravity is reversed but this feel kind of awkward and jerky....
Any ideas?
Thanks a lot for reading!