From 1c4be360a35405e6fbad0c6b4d91e952166e0790 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 4 Feb 2022 11:10:53 -0500 Subject: [PATCH] Readme table formatting --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 85b5da1..c1e666f 100644 --- a/README.md +++ b/README.md @@ -19,39 +19,39 @@ via WebAssembly, you will also need `make`. Any movement commands with numbers can use the top row or numpad. -| Direction | Keys | -|:---------:|-------------------| -| ↑ | ↑, 8, k | -| ↓ | ↓, 2, j | -| ← | ←, 4, h | -| → | →, 6, l | -| ↖ | 7, u, q, Home | -| ↗ | 9, y, w, PageUp | -| ↙ | 1, b, a, End | -| ↘ | 3, n, s, PageDown | +| Direction | Keys | +|:---------:|--------------------| +| ↑ | ↑, 8, k | +| ↓ | ↓, 2, j | +| ← | ←, 4, h | +| → | →, 6, l | +| ↖ | 7, u, q, Home | +| ↗ | 9, y, w, Page Up | +| ↙ | 1, b, a, End | +| ↘ | 3, n, s, Page Down | #### Item management | Key | Action | -|-----|------------------| -| g | Grab an item | -| i | Inventory menu | -| d | Item drop menu | -| r | Remove item menu | +|:---:|------------------| +| g | Grab an item | +| i | Inventory menu | +| d | Item drop menu | +| r | Remove item menu | #### Ranged weapons (Not magic or scrolls) | Key | Action | -|-----|-------------------------| -| v | Cycle potential targets | -| f | Fire at selected target | +|:---:|-------------------------| +| v | Cycle potential targets | +| f | Fire at selected target | #### Other actions -| Key(s) | Action | -|----------|---------------| +| Key(s) | Action | +|:--------:|---------------| | 5, Space | Skip a turn | -| Escape | Save and quit | +| Escape | Save and quit | #### Mouse controls