diff options
-rw-r--r-- | screenshot.png | bin | 1085475 -> 818904 bytes | |||
-rw-r--r-- | trafficlight/init.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.png b/screenshot.png Binary files differindex 501435e..d9bf232 100644 --- a/screenshot.png +++ b/screenshot.png diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 68a818e..3eaa43a 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -54,7 +54,7 @@ minetest.register_node(":streets:trafficlight_controller",{ type = "fixed", fixed = { {-0.5,-0.5,-0.5,0.5,0.5,0.5}, - {-0.5,1.5,-0.5,0.5,4.5,0.5} + {-0.3,1.5,-0.3,0.3,4.5,0.3} } }, on_receive_fields = function(pos, formname, fields, sender) |