Commit 8842b6fc by PLN (Algolia)

chore: Minor edits

parent 10852ca2
//Glitch deamon by PLN //Glitch deamon by PLN
//Derieved from Pixelscape By [Marianne Teixido](https://github.com/MarianneTeixido) //Derieved from Pixelscape By [Marianne Teixido](https://github.com/MarianneTeixido)
src(o2) src(o2)
......
...@@ -38,4 +38,4 @@ src(o1) ...@@ -38,4 +38,4 @@ src(o1)
.scale(() => 1.5 + Math.sin(time/periodeTelescope) * 0.6) .scale(() => 1.5 + Math.sin(time/periodeTelescope) * 0.6)
.out(o3) .out(o3)
render() render(o3)
...@@ -30,6 +30,7 @@ src(o1) ...@@ -30,6 +30,7 @@ src(o1)
// .scrollX(-0.02) // .scrollX(-0.02)
// ) // )
// ) // )
.contrast(1.1)
.out(o3) .out(o3)
render(o3) render(o3)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment