Skip to content

Commit 33515be

Browse files
feat: Lucky turtle and random defaults ( Fixes #363, Fixes #366 )
Randomizing sun
1 parent 9da5a00 commit 33515be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/Sun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $Length = $(Get-Random -Min 42 -Max 81),
5151

5252
# The rotation after each step
5353
[double]
54-
$Rotation = $(Get-Random -Min 60 -Max 270),
54+
$Rotation = $(Get-Random -Min 90 -Max 270),
5555

5656
# The angle of the rays of the sun
5757
[double]

0 commit comments

Comments
 (0)