Iβm working on a game with Phaser. This game rewards the player with an item that cannot be preloaded. After calling Ajax, I was hoping to upload an image and then display it in a phaser animation. Is there any way to do this?
Stream: The game plays Endgame and Ajax Call. Ajax answers which image to use. Phaser uploads the image and displays that they won.
source
share