added columns type definition

This commit is contained in:
jonnytest1
2021-12-31 15:55:17 +01:00
committed by GitHub
parent 8059af43e9
commit 8cdbf382ad
+1
View File
@@ -162,6 +162,7 @@ export interface ITiledTileSet {
imageheight: number;
imagewidth: number;
columns: number;
margin: number;
name: string;
properties?: ITiledMapProperty[];