Major UI refactor.

This commit is contained in:
Anna Rose Wiggins 2021-08-08 00:15:28 -04:00
parent f5e80f3687
commit 9a899211fe
5 changed files with 146 additions and 143 deletions

View file

@ -2,10 +2,15 @@ runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is List(
"/lib/stabilize_helicopter",
"/lib/ui"
).
Bootstrap(
"/boot/helicopter",
"/prog/helicopter",
list("/lib/stabilize_helicopter"),
list("/lib/ui"),
compiled,
List(), // no copied files
debug
).