From f3d57ee3a0e94076ad9454468e42140ff7ccdaed Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 4 Mar 2019 20:33:00 -0500 Subject: added new stuff! --- system/desktop.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'system/desktop.lua') 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 -- cgit v1.2.3