From 7b4847ca88d4be77938e090abac11ecdb31b19a8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 23 Sep 2010 19:54:26 +0000 Subject: fixed problem with loading old-style sandwichtop_no_arm blocks --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 96df5ad..8f52d9b 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -243,7 +243,7 @@ EXPANDABLE = ['vspace', 'hspace', 'identity2'] EXPANDABLE_BLOCKS = ['plus2', 'minus2','division2', 'remainder2', 'product2', 'random', 'equal2', 'greater2', 'less2', 'and2', 'or2', - 'arc', 'setxy', 'fillscreen', 'storein', 'write'] + 'arc', 'setxy', 'setxy2', 'fillscreen', 'storein', 'write'] EXPANDABLE_ARGS = ['templatelist', 'list', 'myfunc1arg', 'myfunc2arg', 'myfunc3arg', 'userdefined', 'userdefined2args', -- cgit v0.9.1