comparison gamelib/scenes/cryo.py @ 210:eb101b6fb3dd

Transparent message dialogs.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 16:29:54 +0200
parents aeb96ca5f76c
children 2b820b4ba3bf
comparison
equal deleted inserted replaced
209:aeb96ca5f76c 210:eb101b6fb3dd
132 "You have been woken early under the terms of the " 132 "You have been woken early under the terms of the "
133 "emergency conscription act to help with repairs to " 133 "emergency conscription act to help with repairs to "
134 "the ship. Your behaviour during this time will " 134 "the ship. Your behaviour during this time will "
135 "be added to your record and will be relayed to " 135 "be added to your record and will be relayed to "
136 "prison officials when we reach the destination. " 136 "prison officials when we reach the destination. "
137 "Please report to the bridge.'") 137 "Please report to the bridge.'", style="JIM")
138 138
139 def leave(self): 139 def leave(self):
140 # Stop music 140 # Stop music
141 change_playlist(None) 141 change_playlist(None)
142 142