diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 00:23:30 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 00:23:30 +0200 |
commit | 389472d4943797f6b121766f0b0a421085b410ea (patch) | |
tree | 3059edf075fa4816eb8d1fbb772c187a9ab67397 | |
parent | Add .envrc for direnv (diff) | |
download | OSLS-master.tar.gz OSLS-master.tar.bz2 OSLS-master.zip |
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md index f13cd23..d105ccb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ $ nix develop $ python src/main.py ``` +## Controls +``` +x -> toggle engine +z -> stage separation +l/r arrows -> engine gimbal left/right +u/d arrows -> engine thrust up/down ++/- -> speedup/speeddown time +shift + (+/-) -> speedup/speedown physics +space -> pause +``` + ## Dependencies ``` Check inside shell.nix :) |