Add tones, including a launch countdown sequence.
This commit is contained in:
parent
9623a4a869
commit
2601db8fd4
3 changed files with 39 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
RunOncePath("/lib/systems").
|
||||
RunOncePath("/lib/ui").
|
||||
RunOncePath("/lib/sound").
|
||||
|
||||
ClearGuis().
|
||||
|
||||
|
@ -38,6 +39,9 @@ function preLaunch {
|
|||
// turn on generator and fuel flow
|
||||
enableLaunchpadFlow().
|
||||
|
||||
InfoTone().
|
||||
wait 2.
|
||||
|
||||
local duration is options["Spool-up Time"]:TEXT:ToNumber().
|
||||
lock THROTTLE to 0.
|
||||
stage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue