diff options
-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 :) |