Hello there,
Is there any guidelines available for uploading a game?
I get errors while my app tries to load fonts and I got errors when my app tries to load assets.
The path seems correct (in fact it runs well on any domains where I have put it).
This is the struct of the zip I've uploaded:
root
├──assets
│ ├──chars
│ ├──items
│ ├──misc
│ ├──tiles
│ └──ui
│ ├──bars
│ ├──combat
│ ├──skills
│ └──windows
├──dist
│ ├──css
│ ├──fonts
│ └──js
├──icons
└──libs
From inside my app I try to load for example the files contained in "assets/tiles" but I get this error
walls0.png:1 GET https://v6p9d9t4.ssl.hwcdn.net/assets/tiles/walls0.png?v=1.0 403
This is instead the error I get when I try to load fonts from inside the css:
GET https://v6p9d9t4.ssl.hwcdn.net/dist/fonts/CraftPixNet-Survival-Kit.woff net::ERR_ABORTED 403
Anyone knows how to fix this issue?
Thanks in advance