Can't set sign text when using turtle.placeUp()
Lignum opened this issue ยท 1 comments
When placing a sign with turtle.place
or turtle.placeDown
, it is possible to set its text by passing a string to the function. This does not work when using turtle.placeUp
.