Commit a2884900 by BellCodeEditor

save project

parent 81ddea69
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ Pen.begin_fill() ...@@ -7,7 +7,7 @@ Pen.begin_fill()
#抬起画笔 #抬起画笔
Pen.penup() Pen.penup()
#固定画笔位置 #固定画笔位置
Pen.setpos(-200,300) Pen.setpos(-200,200)
#落笔 #落笔
Pen.pendown() Pen.pendown()
#for循环 #for循环
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment