improved drift sound start

This commit is contained in:
Alexsandro Percy 2023-12-27 12:11:10 -03:00
parent cc004fc3ed
commit 63c4e81555

View File

@ -262,7 +262,7 @@ minetest.register_entity("automobiles_buggy:buggy", {
_LATER_DRAG_FACTOR = 6.0,
_max_acc_factor = 5,
_max_speed = 15,
_min_later_speed = 2.5,
_min_later_speed = 4.0,
get_staticdata = automobiles_lib.get_staticdata,