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