diff options
author | webdesigner97 <Christian_D_97@gmx.de> | 2014-05-28 09:04:13 +0200 |
---|---|---|
committer | webdesigner97 <Christian_D_97@gmx.de> | 2014-05-28 09:04:13 +0200 |
commit | 312cc216d670025e81af219134c128560e22b33a (patch) | |
tree | 1df1db39c10e30b0c3417ff40ee2a4b8d3979e94 | |
parent | 34244254710aeb1570c21c28a2d9a84b5aea5c7f (diff) | |
download | roads-312cc216d670025e81af219134c128560e22b33a.tar roads-312cc216d670025e81af219134c128560e22b33a.tar.gz roads-312cc216d670025e81af219134c128560e22b33a.tar.bz2 roads-312cc216d670025e81af219134c128560e22b33a.tar.xz roads-312cc216d670025e81af219134c128560e22b33a.zip |
Update trafficlight nodebox
-rw-r--r-- | streetsmod/nodeboxes/trafficlight.nbe | 4 | ||||
-rw-r--r-- | trafficlight/init.lua | 1 |
2 files changed, 4 insertions, 1 deletions
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 = { |