Merge pull request #1693 from jonnytest1/patch-2
added columns type definition
This commit is contained in:
commit
bade2b41b6
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export interface ITiledTileSet {
|
|||
|
||||
imageheight: number;
|
||||
imagewidth: number;
|
||||
columns: number;
|
||||
margin: number;
|
||||
name: string;
|
||||
properties?: ITiledMapProperty[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue