I want to combine phaser arcade physics with some custom physics of my own. But it seems that objects with velocity are playing 1 tick ahead of objects whose x and y properties are changed in the update function (like "sprite.x += 10;"). What I need is to render the game AFTER the update loop. Is there any way to do this? I've been searching this for weeks and haven't found anything yet.