Search found 2 matches
- Sun Jul 16, 2023 9:30 pm
- Forum: Support and Development
- Topic: Platformer Collision Problem [Solved]
- Replies: 2
- Views: 888
- Sun Jul 16, 2023 6:08 pm
- Forum: Support and Development
- Topic: Platformer Collision Problem [Solved]
- Replies: 2
- Views: 888
Platformer Collision Problem [Solved]
Nevermind I figured it out. I am trying to make the player collide with a block. This works for colliding left and right however, if you land on top of the block the player is pushed off the block as if you were walking into the block from the side. How do I fix this. function love.load() platform =...