Make serve UI nicer on normal computers
This commit is contained in:
parent
e8966dd377
commit
1a33abd03b
2
lib.lua
2
lib.lua
@ -84,7 +84,7 @@ local function serve(fn, node_type)
|
||||
init_screen(titlebar, colors.lightgray, colors.black)
|
||||
titlebar.write("Wyvern " .. node_type)
|
||||
|
||||
init_screen(main_screen, colors.white, colors.black)
|
||||
init_screen(main_screen, colors.black, colors.white)
|
||||
term.redirect(main_screen)
|
||||
|
||||
titlebar.redraw()
|
||||
|
Loading…
Reference in New Issue
Block a user