increased mountains parallax intensity
This commit is contained in:
@@ -616,7 +616,7 @@ function drawMountains() {
|
||||
for (i = 0; i < mountains.length; i++) {
|
||||
push();
|
||||
// slowing down translation to add parallax, the feeling of depth
|
||||
translate(cameraPosX / 8, 0);
|
||||
translate(cameraPosX / 2.2, 0);
|
||||
noStroke();
|
||||
fill(palette.mountain_shadow);
|
||||
triangle(
|
||||
|
||||
Reference in New Issue
Block a user