scroll factor applied automatically
This commit is contained in:
parent
a53cbbff34
commit
57bd8783e0
3 changed files with 79 additions and 7 deletions
|
@ -78,6 +78,8 @@ export interface ITiledMapTileLayer {
|
|||
width: number;
|
||||
x: number;
|
||||
y: number;
|
||||
parallaxx: number;
|
||||
parallaxy: number;
|
||||
|
||||
/**
|
||||
* Draw order (topdown (default), index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue