support for group layer of Tiled (excludes 'start' layer)
This commit is contained in:
parent
f0d277af32
commit
9b6be3466b
3 changed files with 46 additions and 22 deletions
|
@ -61,6 +61,11 @@ export interface ITiledMapLayer {
|
|||
*/
|
||||
draworder: string;
|
||||
objects: ITiledMapObject[];
|
||||
|
||||
/**
|
||||
* Layers for group layer
|
||||
*/
|
||||
layers: this[];
|
||||
}
|
||||
|
||||
export interface ITiledMapObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue