pixi.js 7.0.0 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pixi.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * pixi.js - v7.0.0
3
- * Compiled Fri, 28 Oct 2022 17:30:09 UTC
2
+ * pixi.js - v7.0.2
3
+ * Compiled Mon, 31 Oct 2022 15:20:53 UTC
4
4
  *
5
5
  * pixi.js is licensed under the MIT License.
6
6
  * http://www.opensource.org/licenses/mit-license
@@ -11361,7 +11361,7 @@ class StartupSystem {
11361
11361
  const renderer = this.renderer;
11362
11362
  renderer.emitWithCustomOptions(renderer.runners.init, options);
11363
11363
  if (options.hello) {
11364
- console.log(`PixiJS ${"7.0.0"} - ${renderer.rendererLogId} - https://pixijs.com`);
11364
+ console.log(`PixiJS ${"7.0.2"} - ${renderer.rendererLogId} - https://pixijs.com`);
11365
11365
  }
11366
11366
  renderer.resize(this.renderer.screen.width, this.renderer.screen.height);
11367
11367
  }
@@ -12330,7 +12330,7 @@ ObjectRendererSystem.extension = {
12330
12330
  };
12331
12331
  extensions$1.add(ObjectRendererSystem);
12332
12332
 
12333
- const VERSION = "7.0.0";
12333
+ const VERSION = "7.0.2";
12334
12334
 
12335
12335
  var fragment$6 = "varying vec2 vTextureCoord;\n\nuniform sampler2D uSampler;\nuniform float uAlpha;\n\nvoid main(void)\n{\n gl_FragColor = texture2D(uSampler, vTextureCoord) * uAlpha;\n}\n";
12336
12336