From 4fab78d25b26bb9111aa5d5da0511c8395f0c5ca Mon Sep 17 00:00:00 2001
From: webdesigner97 <Christian_D_97@gmx.de>
Date: Sun, 24 Nov 2013 20:09:24 +0100
Subject: misc and screenshot

---
 screenshot.png        | Bin 1085475 -> 818904 bytes
 trafficlight/init.lua |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/screenshot.png b/screenshot.png
index 501435e..d9bf232 100644
Binary files a/screenshot.png and b/screenshot.png differ
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)
-- 
cgit v1.2.3