Update wood hit sounds
This commit is contained in:
parent
199f333ced
commit
4513b26fcc
|
@ -1174,7 +1174,7 @@ GNU Lesser General Public License v2.1 or later
|
|||
- everness_plant_hit.2.ogg
|
||||
- everness_plant_hit.3.ogg
|
||||
|
||||
**CC0-1.0, by igroglaz**, https://freesound.org
|
||||
**CC0-1.0, by GiocoSound**, https://freesound.org/people/GiocoSound/
|
||||
|
||||
- everness_wood_hit.1.ogg
|
||||
- everness_wood_hit.2.ogg
|
||||
|
|
2
api.lua
2
api.lua
|
@ -444,7 +444,7 @@ end
|
|||
function Everness.node_sound_wood_defaults(table)
|
||||
table = table or {}
|
||||
table.footstep = table.footstep or { name = 'everness_wood_footstep', gain = 0.15 }
|
||||
table.dig = table.dig or { name = 'everness_wood_hit', gain = 0.5 }
|
||||
table.dig = table.dig or { name = 'everness_wood_hit', gain = 0.8 }
|
||||
table.dug = table.dug or { name = 'everness_wood_place', gain = 0.1 }
|
||||
table.place = table.place or { name = 'everness_wood_place', gain = 0.15 }
|
||||
return table
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Ŝarĝante…
Reference in New Issue