Adding warning if "template" object is used as a variable

This commit is contained in:
David Négrier 2021-07-05 18:48:26 +02:00
parent bf17ad4567
commit 0aa93543bc
4 changed files with 40 additions and 3 deletions

View file

@ -141,6 +141,7 @@ export interface ITiledMapObject {
polyline: { x: number; y: number }[];
text?: ITiledText;
template?: string;
}
export interface ITiledText {