I NEED HELP!
Guys I need help with tile collisions, I think my problem is easy to fix, but I don’t know how fix it.
My problem is that I know how to “detect” collisions with tiles, but I don’t know how use them.
For example, imagine:
The player is above a platform (how can the player be above that platform without cross it?) and above that platform, there is another platform, then the player should check collisions between itself and the platform of the floor and besides it should check collisions between itself and the second platform above the floor.
Basically what I want to make is a platform game, but I don’t know how to make the collision system, My tiles are “squares” so it doesn’t has ramps.
Could someone explain me what to do or give me a guide or tutorial?
P.S. I hope you understood what I said
Thanks you very much!