Refactor boot/os code, add graphical interface, more attempts to fix steering logic.
This commit is contained in:
parent
5cb608ff01
commit
5b9da6f0f1
3 changed files with 38 additions and 13 deletions
13
os/rocketos.ks
Normal file
13
os/rocketos.ks
Normal file
|
@ -0,0 +1,13 @@
|
|||
function launchButtonPressed {
|
||||
run "launch".
|
||||
}
|
||||
|
||||
// Button panel
|
||||
local interface is gui(200).
|
||||
|
||||
// Launch button
|
||||
local launchButton is interface:addbutton("Launch").
|
||||
set launchButton:onClick to launchButtonPressed@.
|
||||
interface:show().
|
||||
|
||||
wait until false.
|
Loading…
Add table
Add a link
Reference in a new issue