Skip to content

Commit 6402e9e

Browse files
style: Increasing preview image sizes
1 parent ad40569 commit 6402e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

psturtle.com/config.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ $backgroundPatternAnimations =
153153

154154
$sitebackgrounds = @(
155155

156-
{turtle Flower 30 60 6}
156+
{turtle Flower 84 60 6}
157157

158-
{turtle Flower 30 (360/8) 8}
158+
{turtle Flower 84 (360/8) 8}
159159

160160
{turtle SierpinskiTriangle 15 4 }
161161

@@ -308,8 +308,8 @@ $previewImages = @(
308308
{ turtle Pentaplexity 42 3 }
309309
{ turtle RingFractal 42 4 }
310310
{ turtle BoardFractal 42 4 }
311-
{ turtle Flower 50 15 (3..12 | Get-Random) 24 }
312-
{ turtle spirolateral 100 120 50 @(1,3) }
311+
{ turtle Flower 84 15 (3..12 | Get-Random) 24 }
312+
{ turtle spirolateral 200 120 50 @(1,3) }
313313
{ turtle FlowerPetal 100 20 (20..72 | Get-Random) 18 }
314314
{ turtle @('circle',100,0.5,'rotate',90 * 8)}
315315
)

0 commit comments

Comments
 (0)