Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurealike authored Oct 5, 2020
1 parent 1ffaa81 commit 1ed9dad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ As docs.python introduces:
go_to() | go() | setpos() | setposition()
setx()
sety()
undo()
undo(c)
speed()
```
* Turtle's state
Expand All @@ -84,6 +84,7 @@ As docs.python introduces:
ycor()
distance()
name()
nodecount()
print()
```

Expand Down Expand Up @@ -136,7 +137,12 @@ As docs.python introduces:
play()
pause()
toggle()

```
## 6. Debug
```lua
debugon()
debugoff()
drawDebug()
```

# Quick example
Expand Down

0 comments on commit 1ed9dad

Please # to comment.