comparison gamelib/scenes/cryo.py @ 837:bdebe693453f pyntnclick

Track total sentence
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 29 Jan 2013 21:45:27 +0200
parents a1c0c1078342
children
comparison
equal deleted inserted replaced
836:daecbd66d19c 837:bdebe693453f
20 BACKGROUND = "cryo_room.png" 20 BACKGROUND = "cryo_room.png"
21 21
22 INITIAL_DATA = { 22 INITIAL_DATA = {
23 'greet': True, 23 'greet': True,
24 'vandalism_warn': True, 24 'vandalism_warn': True,
25 'sentence': 30,
25 } 26 }
26 27
27 # sounds that will be played randomly as background noise 28 # sounds that will be played randomly as background noise
28 MUSIC = [ 29 MUSIC = [
29 'drip1.ogg', 30 'drip1.ogg',