Search found 3 matches
- Tue Apr 12, 2016 6:44 pm
- Forum: Support and Development
- Topic: HC update error [solved]
- Replies: 4
- Views: 3196
Re: HC update error
Strange, I thought I saw it. Thanks for pointing that out! In case anyone else is looking for this: collider = require('hc') hc = collider.new(150) function love.load() ball = hc:circle(400, 300, 10) paddleLeft = hc:rectangle(10, 250, 20, 100) paddleRight = hc:rectangle(770, 250, 20, 100) ball.veloc...
- Mon Apr 11, 2016 2:10 pm
- Forum: Support and Development
- Topic: HC update error [solved]
- Replies: 4
- Views: 3196
Re: HC update error
I know, I said all that in the first post.
- Sun Apr 10, 2016 3:52 pm
- Forum: Support and Development
- Topic: HC update error [solved]
- Replies: 4
- Views: 3196
HC update error [solved]
Hi! I just started checking out Löve, and was following this tutorial for HC, using version eac8874, Löve 0.10.1 and 0.9.2. I noticed a few things were deprecated (addCircle -> circle) and switched them out, and everything looks fine except that Collider:update(dt) keeps throwing the error. main.lua...