Search found 2 matches
- Sat Sep 27, 2014 3:59 pm
- Forum: Support and Development
- Topic: Love Physics Drawing Error
- Replies: 3
- Views: 2138
Re: Love Physics Drawing Error
Thanks everyone for your help! Both of your answers worked fine.
- Sat Sep 27, 2014 1:27 am
- Forum: Support and Development
- Topic: Love Physics Drawing Error
- Replies: 3
- Views: 2138
Love Physics Drawing Error
Hello, I am trying to modify the physics example on the wiki page. It should spawn boxes where you click, which is working as far as I can tell, except when I draw them it errors. Here is my code: function love.load() meter = 64 love.physics.setMeter(meter) world = love.physics.newWorld(0, 9.81*mete...