mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
updated pixi to 1.5
This commit is contained in:
parent
bdd62a4a11
commit
24430049d9
3 changed files with 15379 additions and 1157 deletions
|
|
@ -23,9 +23,10 @@ function (Parent, DomController, PIXI, Settings, Nc) {
|
|||
this.init();
|
||||
this.pixi = PIXI;
|
||||
|
||||
PIXI.BaseTexture.SCALE_MODE.DEFAULT = PIXI.BaseTexture.SCALE_MODE.NEAREST;
|
||||
PIXI.scaleModes.DEFAULT = PIXI.scaleModes.NEAREST;
|
||||
}
|
||||
|
||||
|
||||
PixiView.prototype = Object.create(Parent.prototype);
|
||||
|
||||
PixiView.prototype.init = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue