Search found 2 matches
- Sat Feb 02, 2013 3:12 pm
- Forum: Support and Development
- Topic: love.physics and scaling getX/getY?
- Replies: 2
- Views: 1625
Re: love.physics and scaling getX/getY?
I managed to get it to work. Apparently you have to call love.physics.setMeter() after creating bodies and such.
- Thu Jan 31, 2013 9:56 pm
- Forum: Support and Development
- Topic: love.physics and scaling getX/getY?
- Replies: 2
- Views: 1625
love.physics and scaling getX/getY?
Hi! I'm using love.physics, and currently everything is measured in pixels, which is bad if you read the Box2D manual. But it's convenient since I can more or less draw my images directly on the position given by body:getX() and body:getY(). How am I supposed to do to handle the scaling neatly? I ha...