Disuqi Posted September 6, 2021 Share Posted September 6, 2021 So I have a Physics.image in my scene and I want the body of that image to be smaller than the image. The game object is called house and what I did was this.house.body.setSize(50, 80, false); this worked just fine and the size of the body got smaller. However it's on the top left of the house, and this is normal because that is the center of the image. I tried using house.body.setOffset() but it wouldnt work, i tried messing around for a bit with other things, but nothing worked, I cant move the body. this.house = game.physics.add.image(1050, 520, 'house'); this.house.body.allowGravity = false; this.house.body.setSize(50, 80, true); Link to comment Share on other sites More sharing options...
Recommended Posts