@@ -845,6 +845,7 @@ declare module Phaser {
845845 visible : boolean ;
846846 renderable : boolean ;
847847 width : number ;
848+ height : number ;
848849 health : number ;
849850 damage ( amount : number ) : Phaser . Sprite ;
850851 }
@@ -1645,9 +1646,9 @@ declare module Phaser {
16451646 tilemap ( key : string , tilesetURL : string , mapDataURL ?: string , mapData ?: Object , format ?: string ) : void ;
16461647 tileset ( key : string , url : string , tileWidth : number , tileHeight : number , tileMargin ?: number , tileSpacing ?: number , rows ?: number , columns ?: number , limit ?: number ) : void ;
16471648 bitmapFont ( key : string , textureURL : string , xmlURL ?: string , xmlData ?: Object ) : void ;
1648- atlasJSONArray ( key : string , textureURL : string , atlasURL : string , atlasData : Object ) : void ;
1649- atlasJSONHash ( key : string , textureURL : string , atlasURL : string , atlasData : Object ) : void ;
1650- atlasXML ( key : string , textureURL : string , atlasURL : string , atlasData : Object ) : void ;
1649+ atlasJSONArray ( key : string , textureURL : string , atlasURL ? : string , atlasData ? : Object ) : void ;
1650+ atlasJSONHash ( key : string , textureURL : string , atlasURL ? : string , atlasData ? : Object ) : void ;
1651+ atlasXML ( key : string , textureURL : string , atlasURL ? : string , atlasData ? : Object ) : void ;
16511652 atlas ( key : string , textureURL : string , atlasURL ?: string , atlasData ?: Object , format ?: number ) : void ;
16521653 removeFile ( key : string ) : void ;
16531654 removeAll ( ) : void ;
0 commit comments