Add footstep sound for Trampoline
This commit is contained in:
parent
8d9f529e1c
commit
28877e7b4f
2
LICENSE
2
LICENSE
@ -8,6 +8,8 @@
|
|||||||
| freesound.org/people/Audionautics/sounds/133901/ |
|
| freesound.org/people/Audionautics/sounds/133901/ |
|
||||||
| - xdecor_enchanting.ogg - by Timbre - CC BY-SA-NC |
|
| - xdecor_enchanting.ogg - by Timbre - CC BY-SA-NC |
|
||||||
| freesound.org/people/Timbre/sounds/221683/ |
|
| freesound.org/people/Timbre/sounds/221683/ |
|
||||||
|
| - xdecor_bouncy.ogg - by Blender Foundation - CC BY 3.0 |
|
||||||
|
| opengameart.org/content/funny-comic-cartoon-bounce-sound |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
@ -441,7 +441,8 @@ xdecor.register("trampoline", {
|
|||||||
description = "Trampoline",
|
description = "Trampoline",
|
||||||
tiles = {"xdecor_trampoline.png", "mailbox_blank16.png", "xdecor_trampoline_sides.png"},
|
tiles = {"xdecor_trampoline.png", "mailbox_blank16.png", "xdecor_trampoline_sides.png"},
|
||||||
groups = {cracky=3, oddly_breakable_by_hand=1, fall_damage_add_percent=-80, bouncy=90},
|
groups = {cracky=3, oddly_breakable_by_hand=1, fall_damage_add_percent=-80, bouncy=90},
|
||||||
node_box = xdecor.nodebox.slab_y(0.5)
|
node_box = xdecor.nodebox.slab_y(0.5),
|
||||||
|
sounds = {footstep = {name="xdecor_bouncy", gain=0.8}}
|
||||||
})
|
})
|
||||||
|
|
||||||
xdecor.register("tv", {
|
xdecor.register("tv", {
|
||||||
|
BIN
sounds/xdecor_bouncy.ogg
Normal file
BIN
sounds/xdecor_bouncy.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user