Panes: make sounds.
This commit is contained in:
parent
27f52b3002
commit
02ccd0d986
@ -1 +1,2 @@
|
||||
nodes
|
||||
sounds
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user