Add launchpad code for controlling pre-launch sequence with ModularLaunchpads. (this is 100% aesthetic but it's really pretty)
This commit is contained in:
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
|
||||
).
|
Reference in New Issue
Block a user