diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-03-06 20:51:57 -0500 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-03-06 20:51:57 -0500 |
commit | 3792b692aafed0ce6b0092b34278ad391b9eaf27 (patch) | |
tree | b369d66cdf9e418e014131f00d5a3547a4fc78e9 /mesecons_gates | |
parent | 84d5546df1fbe17b7f6b60ec53fb596343d93340 (diff) |
Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds.
Diffstat (limited to 'mesecons_gates')
-rw-r--r-- | mesecons_gates/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesecons_gates/init.lua b/mesecons_gates/init.lua index 0e3d934..162c7d8 100644 --- a/mesecons_gates/init.lua +++ b/mesecons_gates/init.lua @@ -156,6 +156,7 @@ for _, gate in ipairs(gates) do end, groups = groups, drop = drop, + sounds = default.node_sound_stone_defaults(), mesecons_gate = gate.name, mesecons = { |