Skip to content

Commit f0fbca7

Browse files
style: More backgrounds
1 parent e273172 commit f0fbca7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

psturtle.com/config.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,22 @@ $sitebackgrounds = @(
276276
{
277277
turtle @('ArcRight', 23, 60, 'ArcLeft', 23, 160 * 24)
278278
}
279+
280+
{
281+
turtle Pentaplexity 23 4
282+
}
283+
284+
{
285+
turtle BoardFractal 23 4
286+
}
287+
288+
{
289+
turtle CrystalFractal 23 4
290+
}
291+
292+
{
293+
turtle FlowerPetal
294+
}
279295
)
280296

281297
$siteBackground = $sitebackgrounds | Get-Random

0 commit comments

Comments
 (0)