Merge pull request #1693 from jonnytest1/patch-2

added columns type definition
This commit is contained in:
David Négrier
2022-01-04 08:57:46 +01:00
committed by GitHub
+1
View File
@@ -162,6 +162,7 @@ export interface ITiledTileSet {
imageheight: number;
imagewidth: number;
columns: number;
margin: number;
name: string;
properties?: ITiledMapProperty[];