mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-01 11:05:50 +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({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
|
||||
|
Loading…
Reference in New Issue
Block a user