Search found 2 matches

by Semaphore
Thu Mar 28, 2013 4:50 pm
Forum: Support and Development
Topic: can't figure out why i'm getting a nil error
Replies: 2
Views: 686

Re: can't figure out why i'm getting a nil error

Well, I feel dumb now, that did it. Thanks. :?
by Semaphore
Thu Mar 28, 2013 3:59 am
Forum: Support and Development
Topic: can't figure out why i'm getting a nil error
Replies: 2
Views: 686

can't figure out why i'm getting a nil error

Hey guys, for some reason I'm getting a nil error when attempting to draw the player, cannot figure out for the life of me why. player = {} function player.load() player.body = love.physics.newBody(world, 650/2, 650/2, "dynamic") player.shape = love.physics.newCircleShape(20) --radius of 2...