Skip to content

Commit

Permalink
fix: TileShfit screenshot generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Aug 30, 2024
1 parent 78f81d2 commit 3d8cf09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/screenshots/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@
"name": "TiltShiftFilter",
"filename": "tilt-shift",
"options": {
"blur": 50,
"gradientBlur": 200

"blur": 100,
"gradientBlur": 400,
"start": {"x": 0, "y": 35},
"end": {"x": 280, "y": 35}
}
},
{
Expand Down

0 comments on commit 3d8cf09

Please sign in to comment.