We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdd91e commit ad40569Copy full SHA for ad40569
Commands/Get-Turtle.ps1
@@ -154,6 +154,7 @@ function Get-Turtle {
154
$Radius = 23..42 | Get-Random
155
$flowerAngle = 30..60 | Get-Random
156
$AngleFactor = 2..6 | Get-Random
157
+ $StepCount = 36
158
$flowerPetals = turtle rotate (
159
(Get-Random -Max 180) * -1
160
) flowerPetal $radius 10 $flowerAngle $stepCount
0 commit comments