diff --git a/LICENSE b/LICENSE index a8edb40..0e2655d 100644 --- a/LICENSE +++ b/LICENSE @@ -8,6 +8,8 @@ | freesound.org/people/Audionautics/sounds/133901/ | | - xdecor_enchanting.ogg - by Timbre - CC BY-SA-NC | | freesound.org/people/Timbre/sounds/221683/ | +| - xdecor_bouncy.ogg - by Blender Foundation - CC BY 3.0 | +| opengameart.org/content/funny-comic-cartoon-bounce-sound | +----------------------------------------------------------------------+ diff --git a/nodes.lua b/nodes.lua index 31ff0c1..fdd6fdb 100644 --- a/nodes.lua +++ b/nodes.lua @@ -441,7 +441,8 @@ xdecor.register("trampoline", { description = "Trampoline", 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}, - 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", { diff --git a/sounds/xdecor_bouncy.ogg b/sounds/xdecor_bouncy.ogg new file mode 100644 index 0000000..779e825 Binary files /dev/null and b/sounds/xdecor_bouncy.ogg differ