Adjust traffic light flash speed

1.5s period is unacceptable per MUTCD section 4D.28 paragraph 1 - must be 1-1.2s
master
cheapie 2016-01-18 23:04:49 -06:00
parent 6c61ce1378
commit f20ede676f
1 changed files with 2 additions and 2 deletions

View File

@ -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",