Commit 22c25ed5 by BellCodeEditor

save project

parent 4add7a0d
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ size=screen.textinput("提示","你想要多大的魔法阵呀?") ...@@ -6,6 +6,7 @@ size=screen.textinput("提示","你想要多大的魔法阵呀?")
len = int(size) len = int(size)
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
pen.pensize(7)
pen.circle(len) pen.circle(len)
pen.circle(len,360,3) pen.circle(len,360,3)
pen.circle(len,60) pen.circle(len,60)
......
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