projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6749da1
)
Default: Reduce sand footstep and dug sound gains
author
paramat
<mat.gregory@virginmedia.com>
Thu, 24 Mar 2016 03:00:43 +0000
(
03:00
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Fri, 25 Mar 2016 13:15:22 +0000
(13:15 +0000)
mods/default/functions.lua
patch
|
blob
|
history
diff --git
a/mods/default/functions.lua
b/mods/default/functions.lua
index a85009bf248d010981940fdd153032afd67494cc..dc46726afd28d22c430836d8e007d80a7f1ad3ac 100644
(file)
--- a/
mods/default/functions.lua
+++ b/
mods/default/functions.lua
@@
-40,9
+40,9
@@
end
function default.node_sound_sand_defaults(table)
table = table or {}
table.footstep = table.footstep or
- {name = "default_sand_footstep", gain = 0.2}
+ {name = "default_sand_footstep", gain = 0.
1
2}
table.dug = table.dug or
- {name = "default_sand_footstep", gain = 0.4}
+ {name = "default_sand_footstep", gain = 0.
2
4}
table.place = table.place or
{name = "default_place_node", gain = 1.0}
default.node_sound_defaults(table)