Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taturtle.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-27 16:55:10 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-27 16:55:10 (GMT)
commit5ac97501a38f9176da336a6a9ebf847ba3de1949 (patch)
tree068e75424f5470076e41c42d39f3d23457803418 /taturtle.py
parentdcaddea1d8edae8cb7d4724690a163f800f531e0 (diff)
fixed overlay sprite management
Diffstat (limited to 'taturtle.py')
-rw-r--r--taturtle.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/taturtle.py b/taturtle.py
index 6f6e0ca..63ea7f0 100644
--- a/taturtle.py
+++ b/taturtle.py
@@ -62,7 +62,8 @@ class Turtles:
class Turtle:
# The turtle is not a block, just a sprite with an orientation
def __init__(self, turtle_list, sprite_list,
- colors=["#008000", "#00A000"], scale=1.0):
+ colors=["#008000", "#00A000", "#D0D000", "#808000"],
+ scale=1.0):
self.shapes = []
self.type = 'turtle'
_svg = SVG()