#79 added possibility to add non-colliding tile layers from tiled editor

This commit is contained in:
logsol 2015-03-12 11:11:16 +01:00
parent 61e66f5796
commit feca76f677
7 changed files with 60 additions and 3 deletions

View file

@ -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;
}