Search found 2 matches
- Wed Feb 17, 2016 5:11 pm
- Forum: Support and Development
- Topic: HardonCollider Error: attempt to call method 'addRectangle' (a nil value)
- Replies: 2
- Views: 3242
Re: HardonCollider Error: attempt to call method 'addRectangle' (a nil value)
Thank you, i cannot believe i missed it ...
- Tue Feb 16, 2016 6:55 pm
- Forum: Support and Development
- Topic: HardonCollider Error: attempt to call method 'addRectangle' (a nil value)
- Replies: 2
- Views: 3242
HardonCollider Error: attempt to call method 'addRectangle' (a nil value)
As i do not want to implement my own collision detection algorithm, i have found a HardonCollider library to do the heavy lifting for me. I have followed the example code of the library but got an error even with a basic setup. local hc = require "hardoncollider" local hero local collider ...