Page 1 of 1

[Solved] Bounding box collision gaps

Posted: Mon Nov 11, 2013 7:44 pm
by SpiritedDusty
Hi, I'm trying to make a basic player moving around and colliding with things. I used the bounding box collision that was on the wiki. It stops when it hits the box but theres sometimes a small gap of a few pixels between the player and the box. I've tried to make a loop that moves the player until it collides but that isn't working. Any help is appreciated, thanks!

EDIT: I ended up using bump.lua and its all working now

Re: [Solved] Bounding box collision gaps

Posted: Tue Nov 12, 2013 5:17 pm
by kikito
:)

I'm glad that bump worked out for you.

A word of warning: bump 2.0 is coming soon, and it will change lots of things.