Adjust traffic light flash speed
1.5s period is unacceptable per MUTCD section 4D.28 paragraph 1 - must be 1-1.2s
This commit is contained in:
parent
6c61ce1378
commit
f20ede676f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user