Skip to content

Commit 9da5a00

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Lucky turtle and random defaults ( Fixes #363, Fixes #366 )
Randomizing sun, stepcurve, twindragon, triplexity
1 parent 7e8e431 commit 9da5a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Turtle.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5267,7 +5267,7 @@ return $this
52675267
#>
52685268
param(
52695269
# The size of each segment
5270-
[double]$Size = (Get-Random -Min 21 -Max 21),
5270+
[double]$Size = (Get-Random -Min 21 -Max 42),
52715271
# The order of magnitude (the number of expansions)
52725272
[int]$Order = (2,3,4 | Get-Random),
52735273
# The default angle.

0 commit comments

Comments
 (0)