From 1ed9dad7d5294dbdb625ed6857fc12ef6ba9ab9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkam=20Bad=C4=B1n?= <36604116+arthurealike@users.noreply.github.com> Date: Mon, 5 Oct 2020 18:20:20 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24b7ed..ec9fe3e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ As docs.python introduces: go_to() | go() | setpos() | setposition() setx() sety() - undo() + undo(c) speed() ``` * Turtle's state @@ -84,6 +84,7 @@ As docs.python introduces: ycor() distance() name() + nodecount() print() ``` @@ -136,7 +137,12 @@ As docs.python introduces: play() pause() toggle() - +``` +## 6. Debug +```lua + debugon() + debugoff() + drawDebug() ``` # Quick example