updated pixi to 1.5

This commit is contained in:
logsol 2014-03-08 11:49:02 +01:00
parent bdd62a4a11
commit 24430049d9
3 changed files with 15379 additions and 1157 deletions

View file

@ -23,9 +23,10 @@ function (Parent, DomController, PIXI, Settings, Nc) {
this.init(); this.init();
this.pixi = PIXI; 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 = Object.create(Parent.prototype);
PixiView.prototype.init = function () { PixiView.prototype.init = function () {

12377
app/Lib/Vendor/Pixi/pixi.dev.1.4.2.js vendored Executable file

File diff suppressed because it is too large Load diff

3856
app/Lib/Vendor/Pixi/pixi.dev.js vendored Executable file → Normal file

File diff suppressed because it is too large Load diff