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
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[];