Merge pull request #2 from tacotexmex/master

Audio normalized and gain set
This commit is contained in:
FaceDeer 2017-02-23 20:43:13 -07:00 committed by GitHub
commit f132140e46
2 changed files with 2 additions and 2 deletions

View File

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