Platformer Interaction
Hello everyone,
How do I get a player character to interact with the tiles on my map? To stand on top of the tiles?
Hello everyone,
How do I get a player character to interact with the tiles on my map? To stand on top of the tiles?
You need to write collision detection with tiles and decide what to do when such a collision occurs.
There is an easy-to-use graphics and physics engine - QuickEngine - search in the Explore section.
Its basic function is what you need - you can stand on tiles.