Updated to PixiJS v5.
This commit is contained in:
@@ -143,7 +143,7 @@ app.loadSprites([
|
||||
textStyle: {lineHeight: 22, fontSize: 18, fill: ['#843d39','#ae4a4a', '#d7626c'], fontStyle: 'italic'}
|
||||
})
|
||||
|
||||
let texture1 = PIXI.Texture.fromVideo('./assets/tooltip-3.mp4')
|
||||
let texture1 = PIXI.Texture.from('./assets/tooltip-3.mp4')
|
||||
|
||||
texture1.baseTexture.on('loaded', e => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user