// 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.