diff options
author | cheapie <no-email-for-you@example.com> | 2024-05-27 13:32:11 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-05-27 13:32:11 -0500 |
commit | 4ae175d93418c5dd9b14bbaad83c1d08c8a61644 (patch) | |
tree | 5c97822e54593014a7ebc7886660c4e22a1c2247 /infrastructure/advanced_traffic_lights_pedestrians.lua | |
parent | 97052d1579398e8f41239d8fbd7be6a6ae947dd1 (diff) | |
download | roads-master.tar roads-master.tar.gz roads-master.tar.bz2 roads-master.tar.xz roads-master.zip |
Diffstat (limited to 'infrastructure/advanced_traffic_lights_pedestrians.lua')
-rw-r--r-- | infrastructure/advanced_traffic_lights_pedestrians.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infrastructure/advanced_traffic_lights_pedestrians.lua b/infrastructure/advanced_traffic_lights_pedestrians.lua index 02da804..1d8519e 100644 --- a/infrastructure/advanced_traffic_lights_pedestrians.lua +++ b/infrastructure/advanced_traffic_lights_pedestrians.lua @@ -60,6 +60,7 @@ "infrastructure_traffic_lights_pedestrians_top_back.png", "infrastructure_traffic_lights_pedestrians_top_front_"..tostring(i)..".png" }, + use_texture_alpha = "clip", drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", @@ -95,6 +96,7 @@ "infrastructure_traffic_lights_pedestrians_bottom_back.png", "infrastructure_traffic_lights_pedestrians_bottom_front_"..tostring(i)..".png" }, + use_texture_alpha = "clip", drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", @@ -179,6 +181,7 @@ "infrastructure_traffic_lights_pedestrians_bottom_back.png", "infrastructure_traffic_lights_pedestrians_bottom_front_1.png" }, + use_texture_alpha = "clip", drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", |