fix bug in aqua color tuple
This commit is contained in:
parent
63b0b11510
commit
c5d7bc6838
|
@ -1098,7 +1098,7 @@ let colors = #{
|
||||||
:navy (0, 0, 128, 255)
|
:navy (0, 0, 128, 255)
|
||||||
:blue (0, 0, 255, 255)
|
:blue (0, 0, 255, 255)
|
||||||
:teal (0, 128, 128, 255)
|
:teal (0, 128, 128, 255)
|
||||||
:aqua (0, 255, 25, 255)
|
:aqua (0, 255, 255, 255)
|
||||||
}
|
}
|
||||||
|
|
||||||
& the initial turtle state
|
& the initial turtle state
|
||||||
|
|
Loading…
Reference in New Issue
Block a user