comparison gamelib/scenes/cryo.py @ 629:660ef5793886 pyntnclick

Remove albow from sound
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 22:20:26 +0200
parents cab77cf07822
children 6aea811b1bee
comparison
equal deleted inserted replaced
628:a3b82af01749 629:660ef5793886
123 (681, 491, 97, 60), 123 (681, 491, 97, 60),
124 ))) 124 )))
125 125
126 def enter(self): 126 def enter(self):
127 # Setup music 127 # Setup music
128 pieces = [self.sound.get_music(x, prefix='sounds') for x in self.MUSIC] 128 pieces = [self.sound.get_music(x) for x in self.MUSIC]
129 background_playlist = self.sound.get_playlist(pieces, random=True, 129 background_playlist = self.sound.get_playlist(pieces, random=True,
130 repeat=True) 130 repeat=True)
131 self.sound.change_playlist(background_playlist) 131 self.sound.change_playlist(background_playlist)
132 if self.get_data('greet'): 132 if self.get_data('greet'):
133 self.set_data('greet', False) 133 self.set_data('greet', False)