Panes: make sounds.

This commit is contained in:
Auke Kok 2017-02-24 19:21:40 -08:00
parent 27f52b3002
commit 02ccd0d986
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
nodes
sounds

View File

@ -143,6 +143,7 @@ xpanes.register_pane("pane", {
wield_image = "glass.png",
--sounds = default.node_sound_glass_defaults(),
groups = {node = 1},
sounds = sounds.glass,
})
xpanes.register_pane("bar", {
@ -152,4 +153,5 @@ xpanes.register_pane("bar", {
wield_image = "xpanes_bar.png",
--sounds = default.node_sound_metal_defaults(),
groups = {node = 1},
sounds = sounds.metal,
})