Search found 1 match
- Thu Apr 05, 2012 6:53 pm
- Forum: Support and Development
- Topic: Can't create CircleShape - love.physics (love 0.8.0)
- Replies: 1
- Views: 1775
Can't create CircleShape - love.physics (love 0.8.0)
Hi, i can't create any shape with the love.physics. I tried shape = love.physics.newCircleShape(body, 0, 0, 20) and i get "Incorrect number of parameters" But they should be correct ( love.physics.newCircleShape ) hape = love.physics.newPolygonShape(objects.ship.body, 0, 0, 10, 0, 0, 10) g...