MCPcopy
hub / github.com/4ian/GDevelop / _onLoadingError

Method _onLoadingError

Extensions/TileMap/JsExtension.js:1708–1714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1706 }
1707
1708 _onLoadingError() {
1709 this.errorPixiObject =
1710 this.errorPixiObject ||
1711 new PIXI.Sprite(this._pixiResourcesLoader.getInvalidPIXITexture());
1712
1713 this._replacePixiObject(this.errorPixiObject);
1714 }
1715
1716 _onLoadingSuccess() {
1717 if (this.errorPixiObject) {

Callers 2

loadTileMapMethod · 0.95
updatePixiTileMapMethod · 0.95

Calls 2

_replacePixiObjectMethod · 0.95
getInvalidPIXITextureMethod · 0.45

Tested by

no test coverage detected