1 decade ago by paulh
Hi
I cna only find this as the way to control the scrolling speed of the layers (parallex), is there a way of setting each layers individual speed?
background-map.js
I cna only find this as the way to control the scrolling speed of the layers (parallex), is there a way of setting each layers individual speed?
background-map.js
setScreenPos: function( x, y ) { this.scroll.x = x / this.distance/0.6; this.scroll.y = y / this.distance; },