From f20ede676f55d4849af1b79b093b2d674be8060e Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 18 Jan 2016 23:04:49 -0600 Subject: Adjust traffic light flash speed 1.5s period is unacceptable per MUTCD section 4D.28 paragraph 1 - must be 1-1.2s --- trafficlight/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 38b18c4..6c8e6ad 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -286,7 +286,7 @@ for _,i in pairs({"","_left","_right"}) do drawtype = "nodebox", tiles = {"streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png",{ name="streets_tl"..i.."_warn.png", - animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.5}, + animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.2}, }}, node_box = { type = "fixed", @@ -312,7 +312,7 @@ for _,i in pairs({"","_left","_right"}) do drawtype = "nodebox", tiles = {"streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png",{ name="streets_tl"..i.."_flashred.png", - animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.5}, + animation={type="vertical_frames", aspect_w=64, aspect_h=64, length=1.2}, }}, node_box = { type = "fixed", -- cgit v1.2.3