Search found 2 matches

by malcolm3308
Sun Jul 16, 2023 9:30 pm
Forum: Support and Development
Topic: Platformer Collision Problem [Solved]
Replies: 2
Views: 845

Re: Platformer Collision Problem

pgimeno wrote: Sun Jul 16, 2023 9:15 pm Collisions are hard to resolve properly. I suggest you switch to a collision resolution library like bump.lua.
😭😭😭😭😭😭😭😭
by malcolm3308
Sun Jul 16, 2023 6:08 pm
Forum: Support and Development
Topic: Platformer Collision Problem [Solved]
Replies: 2
Views: 845

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 =...