Search found 1 match

by mrdarip
Sat May 20, 2023 9:00 pm
Forum: Support and Development
Topic: love.physics.setMeter() changes behaviour but not the size of drawn bodies
Replies: 3
Views: 1220

love.physics.setMeter() changes behaviour but not the size of drawn bodies

:emo: when calling love.physics.setMeter(5) when drawing objects.player.shape = love.physics.newRectangleShape(0, 0, 3, 5) the drawn size is always 3x5 px not mattering what i input as parameter in love.physics.setMeter(). Is this the intended behaviour or am i missing something Is this correct? lov...