# HG changeset patch # User Neil Muller # Date 1282844340 -7200 # Node ID 08f39251c6a546055de752230a6ce4d2909b90fa # Parent 035dceda9f859db8c76400de35a910116c95bfad Laser sound diff -r 035dceda9f85 -r 08f39251c6a5 Resources/sounds/laser.ogg Binary file Resources/sounds/laser.ogg has changed diff -r 035dceda9f85 -r 08f39251c6a5 Resources/sounds/sources.txt --- a/Resources/sounds/sources.txt Thu Aug 26 19:40:08 2010 +0200 +++ b/Resources/sounds/sources.txt Thu Aug 26 19:39:00 2010 +0200 @@ -56,3 +56,10 @@ break.ogg wavfile: chain_drop_3.wav chain.ogg wavfile: glass_break3.wav clang2.ogg wavfile: clang_2.wav + +[laser.ogg] +URL: http://www.archive.org/download/MattLange/MattLange44.zip +Source: http://www.archive.org/details/MattLange +License: http://creativecommons.org/licenses/by/3.0/ +Credit: Sound samples by Matt Lange recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details. +laser.ogg wavfile: laser9.wav diff -r 035dceda9f85 -r 08f39251c6a5 gamelib/scenes/machine.py --- a/gamelib/scenes/machine.py Thu Aug 26 19:40:08 2010 +0200 +++ b/gamelib/scenes/machine.py Thu Aug 26 19:39:00 2010 +0200 @@ -63,7 +63,8 @@ else: self.set_data('cans_in_place', 0) self.state.add_inventory_item('tube_fragments') - return Result("With high-precision spitzensparken, the cans are welded into a replacement tube.") + return Result("With high-precision spitzensparken, the cans are welded into a replacement tube.", + soundfile='laser.ogg') def interact_with_dented_can(self, item): return self.interact_with_empty_can(item)