mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
Adjust volume of item collection sound
This commit is contained in:
parent
c572db92aa
commit
0641f09915
2 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ minetest.register_globalstep(function(dtime)
|
|||
pos = pos,
|
||||
gain = 1,
|
||||
max_hear_distance = 16,
|
||||
pitch = math.random(60,100)/100
|
||||
pitch = math.random(70,110)/100
|
||||
})
|
||||
if pool[name] > 6 then
|
||||
pool[name] = 6
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue