Hello,
I wasn’t sure where to post this, but I thought Andreas might see it here.
On Windows, when I import a body, the body is not in line with the image, therefore, the collisions are really messed up. Is this a bug or am I doing something wrong?
[lua]local physicsData = (require “shapedefs”).physicsData(1.0)
local block1 = display.newImage(“block1.png”)
block1.x = _W * 0.5
block1.y = 300
physics.addBody(block1, physicsData:get(“block1”))[/lua]
Is this right? [import]uid: 67534 topic_id: 24474 reply_id: 324474[/import]