summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorKarol Baraniecki <karol@baraniecki.eu>2023-03-08 18:37:09 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2023-03-13 06:43:59 +0000
commitd4d625b58e133030b6b2109c852af8b6b3c89dd2 (patch)
treee1294fec579321486cf7dfcce8e5f264a72a6fbe /Base/usr
parentddac8192e34d4a74104618246db8857872a80e7a (diff)
downloadserenity-d4d625b58e133030b6b2109c852af8b6b3c89dd2.zip
Base: Document Escape and P pausing/unpausing BrickGame
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man6/BrickGame.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/usr/share/man/man6/BrickGame.md b/Base/usr/share/man/man6/BrickGame.md
index 35dbf231c6..21b41dc5c3 100644
--- a/Base/usr/share/man/man6/BrickGame.md
+++ b/Base/usr/share/man/man6/BrickGame.md
@@ -19,6 +19,8 @@ You can control where and how a piece falls, by moving it left or right, making
- A: Move left, D: Move right, W: Rotate right, E: Rotate left, S: Move down
- H: Move left, L: Move right, K: Rotate right
+The Escape and P keys pause and unpause the game.
+
The seven pieces are commonly named "T", "J", "L", "O", "S", "Z", and "I". Note that while "J" and "L" as well as "S" and "Z" are mirrors of each other, they cannot be used interchangeably since you can only rotate pieces.
```