fixed turn lights

This commit is contained in:
Alexsandro Percy 2023-12-26 21:40:06 -03:00
parent 57d0771f90
commit 95af2b5f2a
2 changed files with 4 additions and 0 deletions

View File

@ -346,6 +346,8 @@ catrelle.car_properties1 = {
_rear_lights = 'automobiles_catrelle:r_lights',
_turn_left_lights = 'automobiles_catrelle:turn_left_light',
_turn_right_lights = 'automobiles_catrelle:turn_right_light',
_textures_turn_lights_off = {"automobiles_turn.png", },
_textures_turn_lights_on = { "automobiles_turn_on.png", },
_LONGIT_DRAG_FACTOR = 0.12*0.12,
_LATER_DRAG_FACTOR = 10.0,

View File

@ -284,6 +284,8 @@ minetest.register_entity("automobiles_coupe:coupe", {
_reverse_lights = 'automobiles_coupe:reverse_lights',
_turn_left_lights = 'automobiles_coupe:turn_left_light',
_turn_right_lights = 'automobiles_coupe:turn_right_light',
_textures_turn_lights_off = {"automobiles_turn.png", },
_textures_turn_lights_on = { "automobiles_turn_on.png", },
_LONGIT_DRAG_FACTOR = 0.12*0.12,
_LATER_DRAG_FACTOR = 18.0,