Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/light_sensor/light_sensor.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/light_sensor/light_sensor.py')
-rw-r--r--plugins/light_sensor/light_sensor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/light_sensor/light_sensor.py b/plugins/light_sensor/light_sensor.py
index 8384474..bd5655e 100644
--- a/plugins/light_sensor/light_sensor.py
+++ b/plugins/light_sensor/light_sensor.py
@@ -46,7 +46,8 @@ class Light_sensor(Plugin):
# set up light-sensor specific blocks
palette = make_palette('sensor',
colors=["#FF6060", "#A06060"],
- help_string=_('Palette of sensor blocks'))
+ help_string=_('Palette of sensor blocks'),
+ position=6)
primitive_dictionary['lightsensor'] = self.prim_lightsensor
if self._status: