I store .svg files in games/svg/
. They can’t be added to the actual collection, so I bundle them separately when building the project. I’ve added them to bundle_resources/web/game/svg/
and they’re copied into this folder on export to HTML5.
Loading them doesn’t work, however, so the question is: How do I access the bundled files? I may be missing something basic here, so bear with me!