added columns type definition
This commit is contained in:
parent
8059af43e9
commit
8cdbf382ad
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