mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-25 20:36:24 +02:00
drift sound adjusted
This commit is contained in:
parent
bd86860267
commit
cbccd7ad78
@ -663,7 +663,7 @@ minetest.register_entity("automobiles_trans_am:trans_am", {
|
||||
local noded = automobiles_lib.nodeatpos(automobiles_lib.pos_shift(curr_pos,{y=-0.5}))
|
||||
if (noded and noded.drawtype ~= 'airlike') then
|
||||
if noded.drawtype ~= 'liquid' then
|
||||
local min_later_speed = 2.5
|
||||
local min_later_speed = 4.5
|
||||
if (later_speed > min_later_speed or later_speed < -min_later_speed) and
|
||||
self._last_time_drift_snd >= 2.0 then
|
||||
self._last_time_drift_snd = 0
|
||||
|
Loading…
Reference in New Issue
Block a user