Add helicopter hovering code that works.

This commit is contained in:
2021-07-25 17:24:34 -04:00
parent c5e26ab1ec
commit 6d9b8fc554
5 changed files with 150 additions and 67 deletions

View File

@ -1,6 +1,6 @@
copypath("0:/helicopter/init", "1:/init").
copypath("0:/lib/control", "1:/lib/control").
copypath("0:/helicopter/hover", "1:/hover").
copypath("0:/debug", "1:/debug").
copypath("0:/helicopter/init", "1:/init").
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
run "1:/init".