Save: Crashes are unavoidable, but we must try our best to avoid them.
I just realized is you click resume after gong to the other end of the runway will flip you into the air. That's bad. This is all I can do to prevent it...
This commit is contained in:
parent
c2ac6fe27f
commit
937bdfa7ee
gui/dialogs
|
@ -56,7 +56,16 @@
|
|||
<command>nasal</command>
|
||||
<script>save.resume()</script>
|
||||
</binding>
|
||||
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/position/altitude-agl-ft</property>
|
||||
<value>0</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue