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 dfd544f commit bfa4892Copy full SHA for bfa4892
nightly/zephyr.js
@@ -7,7 +7,7 @@ PIXI.Particles = {};
7
// ZEPHYR FUNCTIONALITY //
8
9
PIXI.Zephyr = {
10
- version: "ZephyrJS 23.1.26",
+ version: "ZephyrJS 23.1.31",
11
compatible: "PixiJS v7.1.1",
12
_spriteFix: (s) => { // Returns the actual x/y width/height of a scaled and anchored Sprite
13
let w = s.width * (s.scale ? s.scale.x : 1);
0 commit comments