[Add] Dependancies to README, and update on keybindings.

This commit is contained in:
Allanis 2013-02-23 00:37:37 +00:00
parent fca4c4e33f
commit d384cb201b

28
README
View File

@ -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 and report any issues that you are having. Please ensure that your bug has not
already been documented before posting. 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: Instructions:
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Keys: Keys:
@ -62,6 +86,7 @@ Keys:
-- Eg. -- Eg.
accel = { type = "jbutton", key = 0 } accel = { type = "jbutton", key = 0 }
========================================================= =========================================================
Movement: Movement:
-- w : Accelerate. -- w : Accelerate.
-- a : Left. -- a : Left.
@ -79,11 +104,14 @@ Keys:
Space: Space:
-- 'p' : Cycles through planets. -- 'p' : Cycles through planets.
-- 'l' : Attempts to land or targets nearest planet. -- 'l' : Attempts to land or targets nearest planet.
-- 'h' : Cycles through hyperspace jump points.
-- 'j' : Jump through hyperspace.
GUI: GUI:
-- UP : Zoom in. -- UP : Zoom in.
-- DOWN : Zoom out. -- DOWN : Zoom out.
-- F12 : Take a screenshot. -- F12 : Take a screenshot.
-- ESC : Menu.
-------------------------------- --------------------------------
Developers: Developers: