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:
parent
224a076b8b
commit
aa7e50cfff
3 changed files with 69 additions and 9 deletions
|
@ -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).
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue