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
commit bade2b41b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,7 @@ export interface ITiledTileSet {
imageheight: number;
imagewidth: number;
columns: number;
margin: number;
name: string;
properties?: ITiledMapProperty[];