Project-Pandora-Game / pandora

https://project-pandora.com
Other
11 stars 2 forks source link

[FIX] Convert relative URL to full one for URLGraphicsLoader #845

Closed Jomshir98 closed 1 month ago

Jomshir98 commented 1 month ago

References

None

About The Pull Request

After updating to Pixi v8 and getting support for proper background asset loading, the service worker's fetch seems to require using absolute URL. This conflicts with our default development setup.

Changelog

Fixes:
- Fixed graphics not loading when running development version of Pandora locally

Checklist