Add launchpad code for controlling pre-launch sequence with ModularLaunchpads. (this is 100% aesthetic but it's really pretty)
This commit is contained in:
parent
4c356b61ab
commit
6be96ebf8a
4 changed files with 80 additions and 0 deletions
10
boot/launchpad.ks
Normal file
10
boot/launchpad.ks
Normal file
|
@ -0,0 +1,10 @@
|
|||
RunOncePath("0:/lib/boot").
|
||||
|
||||
parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/launchpad",
|
||||
"/prog/launchpad",
|
||||
List(),
|
||||
debug
|
||||
).
|
Loading…
Add table
Add a link
Reference in a new issue