There’s gotta be away to listen for when the arcade physics system is ready… or when pieces of it load…
maybe by using this: https://photonstorm.github.io/phaser3-docs/Phaser.Events.EventEmitter.html (?)
I need to call body.setSize() (and other body related things) on some sprites after the physics engine is ready…