summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/turtle.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtledemo/turtle.cfg')
-rw-r--r--Lib/turtledemo/turtle.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/Lib/turtledemo/turtle.cfg b/Lib/turtledemo/turtle.cfg
new file mode 100644
index 0000000..bd89a74
--- /dev/null
+++ b/Lib/turtledemo/turtle.cfg
@@ -0,0 +1,10 @@
+width = 800
+height = 600
+canvwidth = 1200
+canvheight = 900
+shape = arrow
+mode = standard
+resizemode = auto
+fillcolor = ""
+title = Python turtle graphics demo.
+