Skip to content

Commit 06d4ed1

Browse files
feat: Lucky turtle and random defaults ( Fixes PoshWeb#363, Fixes PoshWeb#366 )
1 parent a610f33 commit 06d4ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/InscribedCircle.turtle.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A simple example of turtles containing turtles
66
#>
77
$inscribedCircle =
8-
turtle width 42 height 42 turtles ([Ordered]@{
8+
turtle id inscribedCircle width 42 height 42 turtles ([Ordered]@{
99
'square' = turtle square 42 fill '#4488ff' stroke '#224488'
1010
'circle' = turtle circle 21 fill '#224488' stroke '#4488ff'
1111
})

0 commit comments

Comments
 (0)