kOS/boot/helicopter.ks

12 lines
168 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
Bootstrap(
"/boot/helicopter",
"/init/helicopter",
list("/lib/stabilize_helicopter"),
list("/lib/ui"),
debug
).