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

Transparent message dialogs.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 26 Aug 2010 16:29:54 +0200
parents 12c66793db8f
children 2b820b4ba3bf
comparison
equal deleted inserted replaced
209:aeb96ca5f76c 210:eb101b6fb3dd
35 self.set_data('implant', False) 35 self.set_data('implant', False)
36 return (Result( 36 return (Result(
37 "JIM say 'Under the terms of the emergency conscription " 37 "JIM say 'Under the terms of the emergency conscription "
38 "act, I have downloaded the ship schematics to your " 38 "act, I have downloaded the ship schematics to your "
39 "neural implant to help you navigate around the ship. " 39 "neural implant to help you navigate around the ship. "
40 "Please report to the bridge.'"), 40 "Please report to the bridge.'", style="JIM"),
41 Result( 41 Result(
42 "JIM continues 'Prisoner 84c7-d10dcfda0878. You are classed " 42 "JIM continues 'Prisoner 84c7-d10dcfda0878. You are classed "
43 "as a class 1 felon. Obtaining access to the ship shematics " 43 "as a class 1 felon. Obtaining access to the ship shematics "
44 "consitutes a level 2 offence and carries a minimal penalty " 44 "consitutes a level 2 offence and carries a minimal penalty "
45 "of an additional 3 years on you sentence.'")) 45 "of an additional 3 years on you sentence.'", style="JIM"))
46 46
47 47
48 class DoorThing(Thing): 48 class DoorThing(Thing):
49 49
50 # name of destination 50 # name of destination