diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 79b54741..bca5a64c 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -1957,7 +1957,7 @@ declare module Phaser { swap(child1: any, child2: any): boolean; } - class Image { + class Image extends PIXI.Sprite { //constructor constructor(game: Phaser.Game, x: number, y: number, key: any, frame: any); //members