File: 03_bug405368.patch

package info (click to toggle)
angrydd 1.0.1-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,504 kB
  • sloc: python: 3,483; makefile: 42; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Fri, 12 Apr 2013 18:19:41 +0200
Subject: 03_bug405368

---
 angrydd.6    | 4 ++--
 howtoplay.py | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/angrydd.6 b/angrydd.6
index 9db9948..e3e8179 100644
--- a/angrydd.6
+++ b/angrydd.6
@@ -51,11 +51,11 @@ Display a brief help message.
 Display copyright and version information.
 .SH USAGE
 Player 1's controls are w, a, s, d for up, left, down, right, q for rotate
-counter-clockwise, e for clockwise, and Enter for start. Player 1 can also
+counter-clockwise, e for clockwise, and Enter or 1 for start. Player 1 can also
 use the arrow keys to move.
 .PP
 Player 2's controls are i, j, k, l for up, left, down, right, u for rotate
-counter-clockwise, o for clockwise, and backspace for start.
+counter-clockwise, o for clockwise, and backspace or 2 for start.
 .PP
 Pressing 'p' during a game will pause it. Pressing escape will usually
 take you back to the menu.
diff --git a/howtoplay.py b/howtoplay.py
index e0f7d82..1170756 100644
--- a/howtoplay.py
+++ b/howtoplay.py
@@ -142,7 +142,9 @@ def init(*args):
             "in the middle. These gems don't form crystals, but otherwise "
             "break like normal colored gems. When you break one of these, "
             "you 'pick up' the special attack in it.",
-            "To use the attack, press start (enter/2). There are five basic "
+            "To use the attack, press start "
+            "(left player: enter or 1, right player: backspace or 2). "
+            "There are five basic "
             "attacks; from left to right: make your opponent's field blink, "
             "clear  your own field of all blocks,",
             "flip your opponent's screen upside down, disable the 'next' "