From 1b932187645cf2f811efb6f44e835f018749f397 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 17 Nov 2009 19:01:37 +0000 Subject: enable backspace on numbers; fix bug in load_image --- (limited to 'taturtle.py') 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) -- cgit v0.9.1