Search found 2 matches
- Fri May 13, 2016 9:14 pm
- Forum: Support and Development
- Topic: Collision detection: collision box extends up and left of box
- Replies: 2
- Views: 1094
Re: Collision detection: collision box extends up and left of box
Thank you so much, that took care of it!
- Fri May 13, 2016 6:45 pm
- Forum: Support and Development
- Topic: Collision detection: collision box extends up and left of box
- Replies: 2
- Views: 1094
Collision detection: collision box extends up and left of box
Hi everyone, I'm working on a simple top-down tile based dungeon crawling game (think the original Legend of Zelda). I'm trying to use the bump.lua ( https://github.com/kikito/bump.lua ) library to handle collision detection, although I encountered this exact same problem using the basic bounding bo...