Skip to content

Commit

Permalink
Phaser.Image extends PIXI.Sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
clark-stevenson committed Mar 6, 2014
1 parent 512b542 commit 83091b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/phaser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83091b7

Please sign in to comment.