From 66c75babd51572afeb567a69f38009b17cb39a42 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 04 Feb 2010 18:23:43 +0000 Subject: grow/shrink blocks --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index 51a5c38..27b74fc 100644 --- a/tawindow.py +++ b/tawindow.py @@ -175,8 +175,7 @@ class TurtleArtWindow(): """ Resize all of the blocks """ - def resize_blocks(self, scale): - self.block_scale = scale + def resize_blocks(self): for b in self.just_blocks(): b.rescale(self.block_scale) for b in self.just_blocks(): -- cgit v0.9.1