comparison skaapsteker/cutscene.py @ 576:0dfb62814de6

Further usage improvements
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 10:37:31 +0200
parents c252e20e1c1b
children 0675f390653c
comparison
equal deleted inserted replaced
575:c252e20e1c1b 576:0dfb62814de6
103 103
104 class UsageCutScene(TextCutScene): 104 class UsageCutScene(TextCutScene):
105 wrap = False 105 wrap = False
106 text = u""" 106 text = u"""
107 Arrow keys control your movement. 107 Arrow keys control your movement.
108 Double-tap ← or → to sprint
109 Z and X to perform attacks. 108 Z and X to perform attacks.
110 ↓ to pick up / drops items or perform actions. 109 ↓ to pick up / drops items or perform actions.
111 110
112 111
113 With the right tails, you can do the following: 112 With the right tails, you can do the following:
114 C to shift shape. 113 C to shift shape.
115 V to make you invisible. 114 V to make you invisible.
115 Double-tap ← or → to sprint.
116 Double-tap ↑ to fly. 116 Double-tap ↑ to fly.
117
118
119 In conversation use ↑ and ↓ to select a response
120 and ↲ to speak.
117 121
118 122
119 Dvorak users: Pass the --dvorak command-line argument 123 Dvorak users: Pass the --dvorak command-line argument
120 """ 124 """
121 background = 'background_02_back.png' 125 background = 'background_02_back.png'