Search found 2 matches

by mluds
Mon Apr 16, 2012 10:14 pm
Forum: Support and Development
Topic: setData not working
Replies: 3
Views: 2933

Re: setData not working

I got it working using Fixture:setUserData. Thanks!
by mluds
Mon Apr 16, 2012 6:56 pm
Forum: Support and Development
Topic: setData not working
Replies: 3
Views: 2933

setData not working

I'm using LOVE version 0.8.0 and when I do something like this shape = love.physics.newRectangleShape(100, 100) shape:setData("Data") I get an error saying "attempt to call method 'setData' (a nil value)". Any suggestions? I was thinking it had to do with the fact that newRectang...