From d384cb201b10740c308e6122f13492c2f228cf6c Mon Sep 17 00:00:00 2001 From: Allanis Date: Sat, 23 Feb 2013 00:37:37 +0000 Subject: [PATCH] [Add] Dependancies to README, and update on keybindings. --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README b/README index c8183d8..e46e486 100644 --- a/README +++ b/README @@ -32,6 +32,30 @@ Please visit the bug tracker https://github.com/Allanis/Lephisto/issues?state=op and report any issues that you are having. Please ensure that your bug has not already been documented before posting. + +Dependencied: +~~~~~~~~~~~~~ + -- Debian: + -- Binary: + -- libsdl1.2debian + -- libsdl-image1.2 + -- libgl1-mesa-dri + -- libopenal0a + -- libvorbis0a + -- libvorbisfile3 + -- libxml2 + -- libttf2 + + -- Source: + -- libsdl1.2-dev + -- libsdl-image1.2-dev + -- libgl1-mesa-dev + -- libopenal-dev + -- libvorbis-dev + -- libxml2-dev + -- libttf-dev + + Instructions: ~~~~~~~~~~~~~ Keys: @@ -62,6 +86,7 @@ Keys: -- Eg. accel = { type = "jbutton", key = 0 } ========================================================= + Movement: -- w : Accelerate. -- a : Left. @@ -79,11 +104,14 @@ Keys: Space: -- 'p' : Cycles through planets. -- 'l' : Attempts to land or targets nearest planet. + -- 'h' : Cycles through hyperspace jump points. + -- 'j' : Jump through hyperspace. GUI: -- UP : Zoom in. -- DOWN : Zoom out. -- F12 : Take a screenshot. + -- ESC : Menu. -------------------------------- Developers: