Skip to content

Commit ad40569

Browse files
docs: Fixing flower morph example
1 parent 4cdd91e commit ad40569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Commands/Get-Turtle.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ function Get-Turtle {
154154
$Radius = 23..42 | Get-Random
155155
$flowerAngle = 30..60 | Get-Random
156156
$AngleFactor = 2..6 | Get-Random
157+
$StepCount = 36
157158
$flowerPetals = turtle rotate (
158159
(Get-Random -Max 180) * -1
159160
) flowerPetal $radius 10 $flowerAngle $stepCount

0 commit comments

Comments
 (0)