Original is in the TypeScript Project: #158 but I believe it is the implementation.
pixi-compressed-textures.js:100 Uncaught `ReferenceError:` src is not defined
at CompressedImage.loadFromArrayBuffer (pixi-compressed-textures.js:100)
at pixi-compressed-textures.js:514
at MiniSignal.dispatch (mini-signals.js:93)
at Resource.complete (Resource.js:364)
at Resource.abort (Resource.js:402)
at Resource._onError (Resource.js:673)
/examples/required/assets/compressed/buildings.json Failed to load resource: the server responded with a status of 404 (Not Found)
pixi-compressed-textures.js:100 Uncaught ReferenceError: src is not defined
at CompressedImage.loadFromArrayBuffer (pixi-compressed-textures.js:100)
at pixi-compressed-textures.js:514
at MiniSignal.dispatch (mini-signals.js:93)
at Resource.complete (Resource.js:364)
at Resource.abort (Resource.js:402)
at Resource._onError (Resource.js:673)
Errors on the console:
There is no futher information.
Original is in the TypeScript Project: #158 but I believe it is the implementation.