summaryrefslogtreecommitdiffstats
path: root/Demo/turtle/turtle.cfg
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-06-04 06:29:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-06-04 06:29:55 (GMT)
commit8718459f0f7f42f9fedf1f7525c52bd7ac16b51b (patch)
tree99aa2c451de1149763fee3b11906524d87a0ef5e /Demo/turtle/turtle.cfg
parent4ed3ed13c5c82f4b46d633cb7f61d6218d6ed320 (diff)
downloadcpython-8718459f0f7f42f9fedf1f7525c52bd7ac16b51b.zip
cpython-8718459f0f7f42f9fedf1f7525c52bd7ac16b51b.tar.gz
cpython-8718459f0f7f42f9fedf1f7525c52bd7ac16b51b.tar.bz2
Patch #1513695: New turtle module, with demos.
Diffstat (limited to 'Demo/turtle/turtle.cfg')
-rw-r--r--Demo/turtle/turtle.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/Demo/turtle/turtle.cfg b/Demo/turtle/turtle.cfg
new file mode 100644
index 0000000..bd89a74
--- /dev/null
+++ b/Demo/turtle/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.
+