mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-14 00:55:48 +02:00
glow changed
This commit is contained in:
parent
772860c54a
commit
044f00668a
@ -476,7 +476,7 @@ minetest.register_entity("automobiles_buggy:buggy", {
|
|||||||
--self.lights:set_properties({is_visible=true})
|
--self.lights:set_properties({is_visible=true})
|
||||||
self.lights:set_properties({textures={"automobiles_buggy_lights.png"}, glow=15})
|
self.lights:set_properties({textures={"automobiles_buggy_lights.png"}, glow=15})
|
||||||
if is_breaking == false then
|
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
|
end
|
||||||
automobiles_lib.put_light(self)
|
automobiles_lib.put_light(self)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user