Add footstep sound for Trampoline

master
kilbith 2016-04-25 12:21:02 +02:00
parent 8d9f529e1c
commit 28877e7b4f
3 changed files with 4 additions and 1 deletions

View File

@ -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 |
+----------------------------------------------------------------------+

View File

@ -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", {

BIN
sounds/xdecor_bouncy.ogg Normal file

Binary file not shown.