kOS/boot/helicopter.ks

17 lines
226 B
Plaintext
Raw Normal View History

runoncepath("0:/lib/boot").
2021-07-23 20:04:26 +00:00
parameter debug is false.
2021-07-23 20:04:26 +00:00
2021-08-08 04:15:28 +00:00
local compiled is List(
"/lib/stabilize_helicopter",
"/lib/ui"
).
Bootstrap(
"/boot/helicopter",
"/prog/helicopter",
2021-08-08 04:15:28 +00:00
compiled,
List(), // no copied files
debug
).