mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Adjust volume of item collection sound
This commit is contained in:
@ -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.
Reference in New Issue
Block a user