javier.hernandez.montes Posted November 26, 2016 Share Posted November 26, 2016 Hello, I am new to Phaser and I am trying to make the bullet bounce in the y axis in Phaser. Does anyone know how to do it? Thank you. Link to comment Share on other sites More sharing options...
erich Posted November 26, 2016 Share Posted November 26, 2016 you could use the bounce method, eg bullet.body.bounce.set(0, 1); https://phaser.io/examples/v2/arcade-physics/bounce-with-gravity Link to comment Share on other sites More sharing options...
Recommended Posts