Search found 2 matches

by darkfire613
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...