diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -47,3 +47,20 @@ The executable may take the following arguments: -d is mainly used in conjunction with -r, to reset the XML files and then exit the game before they can be overwritten. + +Controls +-------- + +The following are the controls for the game. Any extra controls can be found in ```src/ui.cpp``` + +Movement: +* 'a' and 'd' move the player left and right respectively +* 'space' make the player jump if he obtains the jumping skill +* 'L-Shift' increase the players speed to a "sprint" if he obtains the running skill +* 'L-Ctrl' decrease the players speed to a "walk" + +Other: +* 'f' place a light +* 'l' create a light that follows the player +* 't' hold to quickly move time +* 'f3' for debug information |