aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/docs/user.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/docs/user.md b/src/docs/user.md
index 1f947f9..8dd78d2 100644
--- a/src/docs/user.md
+++ b/src/docs/user.md
@@ -83,11 +83,13 @@ Controls are defined as follows:
83Trigger Action 83Trigger Action
84------------------------------- ------------------------------------------------------- 84------------------------------- -------------------------------------------------------
85Click on a traversable tile Moves the robot to the pointed location 85Click on a traversable tile Moves the robot to the pointed location
86`RETURN` on a free tile Drops a bomb at the current location 86`SPACE` on a free tile Drops a bomb at the current location
87`RETURN` on a tile with a bomb Increases the timer of the bomb at the current location 87`SPACE` on a tile with a bomb Increases the timer of the bomb at the current location
88`SPACE` while controlling the robot Puts Wall-j into a safe place before activating the bombs 88`S` while controlling the robot Puts Wall-j into a safe place before activating the bombs
89`SPACE` in a chaos scene Restarts the current level or continues to the next one if possible 89`R` at any moment Restarts the current level if the stage is not cleared or continues to the next one if possible
90 90`Q` at any moment Exits the game
91*__Note__: The specifications precise that the _RETURN_ button must be used for the bomb management. This key is not defined in the Zen5 library.
92The *SPACE* key is used in substitution*
91## Custom levels 93## Custom levels
92 94
93Custom world can be defined by the user in plain text files, each of which containing a single world. 95Custom world can be defined by the user in plain text files, each of which containing a single world.