diff options
Diffstat (limited to 'system/desktop.lua')
| -rw-r--r-- | system/desktop.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/desktop.lua b/system/desktop.lua index 5136c71..e1dec2c 100644 --- a/system/desktop.lua +++ b/system/desktop.lua @@ -1,3 +1,4 @@ term.clear() term.setCursorPos(1,1) +term.setBackgroundColor(colors.white) print("Welcome to the desktop where nothing happens... Yet!")
\ No newline at end of file |
