[Solved] Bounding box collision gaps
Posted: Mon Nov 11, 2013 7:44 pm
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
EDIT: I ended up using bump.lua and its all working now