Hi All,
I’m currently trying to make a game using Phaser 3 & PhoneGap.
I’ve read the introduction and understand that while I’m developing the game, I am required to host the images etc. on a server.
However, where my understanding drops off is when I go to package the game in PhoneGap, and then release onto the play store.
Do I still need to reference images from an external server? Or is it okay to simply link to the relative assets folder which would be in the .apk ?
Any assistance with this would be greatly appreciated.