mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-14 23:41:21 +00:00
changed steps sound origin
This commit is contained in:
parent
0a4771d50e
commit
26000c4f21
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ local function get_result_pos(self, player, index)
|
|||
if math.abs(self._passengers_base_pos[index].dist_moved) > 5 then
|
||||
self._passengers_base_pos[index].dist_moved = 0
|
||||
minetest.sound_play({name = "default_wood_footstep"},
|
||||
{object = self._passengers_base_pos[index].object, gain = 0.1,
|
||||
{object = player, gain = 0.1,
|
||||
max_hear_distance = 5,
|
||||
ephemeral = true,})
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue