parallaxx and parallaxy made optional
This commit is contained in:
parent
57bd8783e0
commit
9cfebecde2
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ export interface ITiledMapTileLayer {
|
|||
width: number;
|
||||
x: number;
|
||||
y: number;
|
||||
parallaxx: number;
|
||||
parallaxy: number;
|
||||
parallaxx?: number;
|
||||
parallaxy?: number;
|
||||
|
||||
/**
|
||||
* Draw order (topdown (default), index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue