examples
examples copied to clipboard
Invalid comment in CacheAsBitmap example
At line 62 in /examples/?v=v6.0.4#/demos-basic/cacheAsBitmap.js there are a comment:
// var sprite = new PIXI.Sprite(alienContainer.generateTexture());
// app.stage.addChild(sprite);
// sprite.x = Math.random() * 800;
// sprite.y = Math.random() * 600;
PIXI.Container.generateTexture - is not a function - example failed on PIXI 6.0.4