Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taturtle.py
diff options
context:
space:
mode:
Diffstat (limited to 'taturtle.py')
-rw-r--r--taturtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taturtle.py b/taturtle.py
index 207333e..42447c3 100644
--- a/taturtle.py
+++ b/taturtle.py
@@ -58,7 +58,7 @@ def tNew(tw,w,h):
t.canvas.type = 'canvas'
setlayer(t.canvas,600)
t.shapelist = \
- [load_image(tw.path, 'shapes','t'+str(i)) for i in range(36)]
+ [load_image(tw, tw.path, 'shapes','t'+str(i)) for i in range(36)]
t.spr = sprNew(tw,100,100,t.shapelist[0])
t.spr.type = 'turtle'
setlayer(t.spr, 630)