mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
#79 added possibility to add non-colliding tile layers from tiled editor
This commit is contained in:
parent
61e66f5796
commit
feca76f677
7 changed files with 60 additions and 3 deletions
|
|
@ -262,7 +262,8 @@ function (Parent, PIXI, ColorRangeReplaceFilter, Settings, ColorConverter) {
|
|||
|| this.name == "tile"
|
||||
|| this.name == "item"
|
||||
|| this.name == "ghost"
|
||||
|| this.name == "swiper") {
|
||||
|| this.name == "swiper"
|
||||
|| this.parallaxSpeed == 0) {
|
||||
this.container.x = this.position.current.x;
|
||||
this.container.y = this.position.current.y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue