Merge pull request #1693 from jonnytest1/patch-2
added columns type definition
This commit is contained in:
commit
bade2b41b6
@ -162,6 +162,7 @@ export interface ITiledTileSet {
|
||||
|
||||
imageheight: number;
|
||||
imagewidth: number;
|
||||
columns: number;
|
||||
margin: number;
|
||||
name: string;
|
||||
properties?: ITiledMapProperty[];
|
||||
|
Loading…
Reference in New Issue
Block a user