summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-04-11 23:18:39 -0500
committercheapie <no-email-for-you@example.com>2024-04-11 23:18:39 -0500
commitdab488531aabe5918fcd965299c71b8e239c5ace (patch)
tree470f17e6ac2c20c9d516b52cce3a6dbc2618ed52
parent19fd536caab2d8e543ebded9af66bd0f4c0df83b (diff)
downloadcelevator-dab488531aabe5918fcd965299c71b8e239c5ace.tar
celevator-dab488531aabe5918fcd965299c71b8e239c5ace.tar.gz
celevator-dab488531aabe5918fcd965299c71b8e239c5ace.tar.bz2
celevator-dab488531aabe5918fcd965299c71b8e239c5ace.tar.xz
celevator-dab488531aabe5918fcd965299c71b8e239c5ace.zip
Reduce drive buzz volume
This allows for better balancing of sound volumes when the drive and motor are in close proximity.
-rw-r--r--drive_entity.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive_entity.lua b/drive_entity.lua
index 66d257e..62f0eda 100644
--- a/drive_entity.lua
+++ b/drive_entity.lua
@@ -33,7 +33,7 @@ local function playbuzz(pos)
celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{
pos = pos,
loop = true,
- gain = 0.4,
+ gain = 0.2,
})
end