mirror of
https://github.com/photonstorm/phaser
synced 2024-12-21 02:23:29 +00:00
Updated to Pixi 2.2.5
Updated definitions to be compatible with Pixi 2.2.5
This commit is contained in:
parent
6c7c0cb1b6
commit
dc68c6aa8a
1 changed files with 2 additions and 1 deletions
3
typescript/pixi.d.ts
vendored
3
typescript/pixi.d.ts
vendored
|
@ -1,4 +1,4 @@
|
||||||
// Type definitions for PIXI 2.2.0 dev 2014-16-12
|
// Type definitions for PIXI 2.2.5 dev/master 2015-02-15
|
||||||
// Project: https://github.com/GoodBoyDigital/pixi.js/
|
// Project: https://github.com/GoodBoyDigital/pixi.js/
|
||||||
|
|
||||||
declare module PIXI {
|
declare module PIXI {
|
||||||
|
@ -1161,6 +1161,7 @@ declare module PIXI {
|
||||||
generateTilingTexture(forcePowerOfTwo: boolean): void;
|
generateTilingTexture(forcePowerOfTwo: boolean): void;
|
||||||
setTexture(texture: Texture): void;
|
setTexture(texture: Texture): void;
|
||||||
|
|
||||||
|
destroy(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class TiltShiftFilter extends AbstractFilter {
|
export class TiltShiftFilter extends AbstractFilter {
|
||||||
|
|
Loading…
Reference in a new issue