Robin91 Posted December 1, 2019 Share Posted December 1, 2019 I am using phaser to run a (simple) fast-paced breakout clone. It seems Phaser is not capable of rendering a few sprites and do collission checking for these (I have this problem mostly in firefox). It seems like the delta in the Arcade physics engine gets way too high! Is there at least a way I can limit the delta (or use stepping) in the engine? Or use some kind of quadrant / quad tree approach for the physics? Balls that appear inside! blocks during a lag spike is not funny at all! https://opencircuit.nl/js/breakout/game.php Link to comment Share on other sites More sharing options...
Recommended Posts