Skip to content

Commit c696691

Browse files
authored
Merge pull request #87 from CreativeCodeBerlin/fixScale
Fix scale in shadertoy sketches
2 parents 7513d7e + 7c83c85 commit c696691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default [
3232
"author": "aBe",
3333
"author_url": "https://hamoid.com",
3434
"color": "black",
35-
"scale": "1",
35+
"scale": "1.05",
3636
},
3737
{
3838
"url": "https://cables.gl/view/y2j30p",
@@ -74,7 +74,7 @@ export default [
7474
"author": "Matthias Meissen",
7575
"author_url": "https://www.instagram.com/matthiasmeissen/",
7676
"color": "black",
77-
"scale": "1"
77+
"scale": "1.05"
7878
},
7979
{
8080
"url": "https://soft-khapse-0c54d2.netlify.app/white-bubbles/",

0 commit comments

Comments
 (0)