Lots of changes everywhere.

This commit is contained in:
Anna Rose Wiggins 2021-08-01 01:23:39 -04:00
parent b3a6105cbe
commit 13018f75aa
11 changed files with 186 additions and 25 deletions

View file

@ -17,7 +17,7 @@ local y is interface:AddVLayout().
local x is y:AddHLayout().
set x:AddButton("HOVER"):onClick to {
Stabilize().
PointStabilizeH().
}.
set x:AddButton("LAND"):onClick to {
@ -29,7 +29,7 @@ set x:AddButton("LAND"):onClick to {
toggle AG10.
BRAKES on.
}
Stabilize(-5).
PointStabilizeH(-5).
}.