From b1e635a0e51d0d046bbee97f8d865a8d702d6951 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 26 Mar 2009 13:16:03 +0000 Subject: adding visual feedback for user-defined blocks when Python code loaded --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index ce324b2..f7b10d7 100644 --- a/tasetup.py +++ b/tasetup.py @@ -243,6 +243,9 @@ def setup_misc(tw): tw.media_shapes = {} tw.media_shapes['audioon'] = load_image(tw.path, '', 'audioon') tw.media_shapes['texton'] = load_image(tw.path, '', 'texton') + # media blocks that replace other blocks + tw.media_shapes['pythonloaded'] = \ + load_image(tw.path_lang, 'sensors', 'nop-loaded') # 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