Is there a way to make an axios get call inside my Phaser 3 code, and then load a new scene with the response data? At the moment, I am having a kind of timing issue where I think the second scene gets loaded before the axios call can return a response? Any help would be greatly appreciated.