Исправить звук дверей:

- преобразовать звук в стерео;
- уменьшить уровень звука
This commit is contained in:
Aleksandr Avdeev 2024-11-25 09:45:08 +03:00
parent e442ec80ea
commit 79bb494014
8 changed files with 2 additions and 2 deletions

View File

@ -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.