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.js 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
@@ -11364,7 +11364,7 @@ ${this.fragmentSrc}`;
11364
11364
  const renderer = this.renderer;
11365
11365
  renderer.emitWithCustomOptions(renderer.runners.init, options);
11366
11366
  if (options.hello) {
11367
- console.log(`PixiJS ${"7.0.0"} - ${renderer.rendererLogId} - https://pixijs.com`);
11367
+ console.log(`PixiJS ${"7.0.2"} - ${renderer.rendererLogId} - https://pixijs.com`);
11368
11368
  }
11369
11369
  renderer.resize(this.renderer.screen.width, this.renderer.screen.height);
11370
11370
  }
@@ -12333,7 +12333,7 @@ ${this.fragmentSrc}`;
12333
12333
  };
12334
12334
  extensions$1.add(ObjectRendererSystem);
12335
12335
 
12336
- const VERSION = "7.0.0";
12336
+ const VERSION = "7.0.2";
12337
12337
 
12338
12338
  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";
12339
12339