From f20487a3b243d1f348bed816c0d23cacde7c546a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 18 Oct 2013 12:41:46 +0000 Subject: see block is a value block --- (limited to 'plugins/turtle_blocks_extras') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 2f17c53..0933b36 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -397,6 +397,7 @@ to the stack')) palette.add_block('see', style='box-style', label=_('turtle sees'), + value_block=True, prim_name='see', help_string=_('returns the color that the turtle \ "sees"')) -- cgit v0.9.1