Add code to estimate at what distance from a grounded target we should burn to come to a stop over the target.

This commit is contained in:
Anna Rose Wiggins 2021-08-10 18:08:00 -04:00
parent 224a076b8b
commit aa7e50cfff
3 changed files with 69 additions and 9 deletions

View file

@ -49,5 +49,7 @@ function MakeMenu {
stack:ShowOnly(top).
}.
set top:AddButton(execLabel):onClick to callback:Bind(optionList).
if execLabel <> "" {
set top:AddButton(execLabel):onClick to callback:Bind(optionList).
}
}