glow changed

This commit is contained in:
Alexsandro Percy 2022-02-03 18:35:28 -03:00
parent 772860c54a
commit 044f00668a

View File

@ -476,7 +476,7 @@ minetest.register_entity("automobiles_buggy:buggy", {
--self.lights:set_properties({is_visible=true})
self.lights:set_properties({textures={"automobiles_buggy_lights.png"}, glow=15})
if is_breaking == false then
self.r_lights:set_properties({textures={"automobiles_buggy_rear_lights.png"}, glow=5})
self.r_lights:set_properties({textures={"automobiles_buggy_rear_lights.png"}, glow=8})
end
automobiles_lib.put_light(self)
else