Skip to content

Commit

Permalink
Apply low pass filter to sonic screwdriver sound (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Sep 6, 2024
1 parent a68a3a0 commit bb70986
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified technic/sounds/technic_sonic_screwdriver.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion technic/tools/sonic_screwdriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local function screwdriver_handler(itemstack, user, pointed_thing, mode)
return
end

minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.3, max_hear_distance = 10}, true)
minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.5, max_hear_distance = 10}, true)

-- Set param2
local rotationPart = node.param2 % 32 -- get first 4 bits
Expand Down

0 comments on commit bb70986

Please sign in to comment.