Hi, I'm having trouble loading an asset.
My game structure is simple:
- game.zip
- index.html
- build/
- game.js
- assets/
- font.otf
I am trying to load the font in, but seem to be getting some XML response.
I load the font in the js using p5js with loadFont('../assets/font.otf', ...
Is there another way I should be handling this? Are the paths off?
Thanks!