kemz Posted September 9, 2015 Share Posted September 9, 2015 Is it possible to set arcade gravity at an angle ( say 10 degrees)? Link to comment Share on other sites More sharing options...
drhayes Posted September 9, 2015 Share Posted September 9, 2015 You can set both the x and y of gravity in Arcade physics, at least: "game.physics.arcade.gravity.set(0, 800);". Some trigonometry would let you change that angle measurement to x and y components. Link to comment Share on other sites More sharing options...
Recommended Posts