Исправить звук дверей:
- преобразовать звук в стерео; - уменьшить уровень звука
This commit is contained in:
parent
e442ec80ea
commit
79bb494014
@ -52,7 +52,7 @@ for i in ipairs(Porta_list) do
|
||||
|
||||
minetest.sound_play("summer_porta_ch", {
|
||||
to_player = "",
|
||||
gain = 2.0,
|
||||
gain = 0.1,
|
||||
})
|
||||
|
||||
end,
|
||||
@ -89,7 +89,7 @@ minetest.register_node("summer:porta_"..colour.."_ch", {
|
||||
minetest.set_node(pos, node)
|
||||
minetest.sound_play("summer_porta_op", {
|
||||
to_player = "",
|
||||
gain = 2.0,
|
||||
gain = 0.1,
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user