Tagged Questions
0
votes
1answer
91 views
Tilting a platform on its axis?
I'm wondering how I can tilt a platform on it's center/axis.
For example, if the player steps on the left of the center, it should tilt to that side like in this picture.
Can a platform like this ...
1
vote
3answers
944 views
How do I structure a 2D platform level?
I'm doing a 2D platformer but I don't know how they are usually built.
The approach I'm looking at is making it tilebased, with ground tiles on bottom row, then platforms on some places in "mid-air" ...