Merge pull request #2 from tacotexmex/master
Audio normalized and gain set
This commit is contained in:
commit
f132140e46
4
init.lua
4
init.lua
@ -123,7 +123,7 @@ minetest.register_node("sounding_line:sounding_line", {
|
||||
})
|
||||
end
|
||||
|
||||
minetest.sound_play("sounding_line_whooshing", {pos=pos})
|
||||
minetest.sound_play("sounding_line_whooshing", {pos=pos, gain=0.5})
|
||||
end,
|
||||
})
|
||||
|
||||
@ -159,4 +159,4 @@ if minetest.get_modpath("loot") then
|
||||
max_size = 4,
|
||||
},
|
||||
})
|
||||
end
|
||||
end
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user