We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767af93 commit 8b47a4bCopy full SHA for 8b47a4b
engine/modules/entities/src/main/resources/view/entity-module/TilingSprite.js
@@ -15,7 +15,7 @@ export class TilingSprite extends SpriteBasedEntity {
15
16
initDisplay () {
17
super.initDisplay()
18
- this.graphics = new PIXI.extras.TilingSprite(PIXI.Texture.EMPTY)
+ this.graphics = new PIXI.TilingSprite(PIXI.Texture.EMPTY)
19
}
20
21
updateDisplay (state, changed, globalData) {
0 commit comments