Skip to content
Snippets Groups Projects
Commit 4763fa63 authored by DannyDark's avatar DannyDark Committed by PilzAdam
Browse files

Fix glass step sound

parent 3928eccf
No related branches found
No related tags found
No related merge requests found
......@@ -698,7 +698,7 @@ end
function default.node_sound_glass_defaults(table)
table = table or {}
table.footstep = table.footstep or
{name="default_stone_footstep", gain=0.25}
{name="default_hard_footstep", gain=0.25}
table.dug = table.dug or
{name="default_break_glass", gain=1.0}
default.node_sound_defaults(table)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment