commit | 8718459f0f7f42f9fedf1f7525c52bd7ac16b51b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 04 06:29:55 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 04 06:29:55 2008 +0000 |
tree | 99aa2c451de1149763fee3b11906524d87a0ef5e | |
parent | 4ed3ed13c5c82f4b46d633cb7f61d6218d6ed320 [diff] [blame] |
Patch #1513695: New turtle module, with demos.
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. +