So I’m having an issue loading my Phaser demo on my Xampp server. I NEED the ability to run my demo offline. Problem is, ‘http://mywebsite.com/assets/atlas/atlas.json’ works, but ‘assets/atlas/atlas.json’ doesn’t… I don’t wanna have to change anything about my browser, that’s too much of an issue.
The player in which the demo calls “misa” is not loading, displaying or animating at all, infact the character is actually a small green wireframe box with a line through the middle diagonally.
The error message{s} is / are as follows :
phaser.js:92430 GET http://localhost:82/game/atlas.json 404 (Not Found)
phaser.js:34590 Texture.frame missing: misa-right
Please let me know if I didn’t explain well enough & I will do my best to explain more in-depth.