From 312cc216d670025e81af219134c128560e22b33a Mon Sep 17 00:00:00 2001
From: webdesigner97 <Christian_D_97@gmx.de>
Date: Wed, 28 May 2014 09:04:13 +0200
Subject: Update trafficlight nodebox

---
 streetsmod/nodeboxes/trafficlight.nbe | 4 +++-
 trafficlight/init.lua                 | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/streetsmod/nodeboxes/trafficlight.nbe b/streetsmod/nodeboxes/trafficlight.nbe
index 50895b7..189f333 100644
--- a/streetsmod/nodeboxes/trafficlight.nbe
+++ b/streetsmod/nodeboxes/trafficlight.nbe
@@ -14,4 +14,6 @@ NODEBOX nodebox7 0.0625 0 0.3125 0.125 0.0625 0.5
 NODEBOX nodebox8 -0.125 0 0.3125 -0.0625 0.0625 0.5
 NODEBOX nodebox9 0.0625 -0.3125 0.3125 0.125 -0.25 0.5
 NODEBOX nodebox10 -0.125 -0.3125 0.3125 -0.0625 -0.25 0.5
-END NODE
\ No newline at end of file
+NODEBOX NodeBox11 -0.125 -0.125 0.85 0.125 0.125 0.75
+END NODE
+
diff --git a/trafficlight/init.lua b/trafficlight/init.lua
index 2b4cd46..73b8c70 100644
--- a/trafficlight/init.lua
+++ b/trafficlight/init.lua
@@ -14,6 +14,7 @@ streets.tlBox =	{
 	{-0.125,0,0.3125,-0.0625,0.0625,0.5}, --nodebox8
 	{0.0625,-0.3125,0.3125,0.125,-0.25,0.5}, --nodebox9
 	{-0.125,-0.3125,0.3125,-0.0625,-0.25,0.5}, --nodebox10
+	{-0.125, -0.125, 0.85, 0.125, 0.125, 0.75}, -- NodeBox11
 }
 
 streets.tlRythm = {
-- 
cgit v1.2.3