Code: Select all
collision.body = love.physics.newBody(world, _body_x, _body_y)
Code: Select all
collision.body = love.physics.newBody(world)
Code: Select all
collision.body = love.physics.newBody(world, _body_x, _body_y)
Code: Select all
collision.body = love.physics.newBody(world)
Thank you rude, much appreciated Probably have to update the tutorials in the wiki toorude wrote:smartazz: In LevelTileset.lua:166