From 598ae9a19b6939706b220c0c5ea47bf7a533e1f3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 17 Oct 2009 15:17:10 +0000 Subject: display polar coordinates --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index eac041e..58a8166 100644 --- a/tasetup.py +++ b/tasetup.py @@ -279,6 +279,11 @@ def setup_misc(tw): tw.Cartesian_coordinates_spr.type = 'coordinates' setlayer(tw.Cartesian_coordinates_spr, 700) hide(tw.Cartesian_coordinates_spr) + tw.polar_coordinates_spr = sprNew(tw, 0, 0, load_image(tw.path, '', \ + "polar")) + tw.polar_coordinates_spr.type = 'coordinates' + setlayer(tw.polar_coordinates_spr, 700) + hide(tw.polar_coordinates_spr) # status shapes get positioned at the bottom of the screen tw.status_shapes = {} tw.status_shapes['status'] = load_image(tw.path, '', 'status') -- cgit v0.9.1