mirror of
https://github.com/APercy/automobiles_pck
synced 2025-10-17 22:43:05 +02:00
fixed turn lights
This commit is contained in:
parent
57d0771f90
commit
95af2b5f2a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user