diff options
| author | Alee <Alee14498@gmail.com> | 2019-03-04 20:33:00 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-03-04 20:33:00 -0500 |
| commit | f3d57ee3a0e94076ad9454468e42140ff7ccdaed (patch) | |
| tree | f713a20899403a6f9c75a3e187b7cefe687ad69f /system/desktop.lua | |
| parent | a2edff6174ed208fe092b18fd9e2cea7b8ed7125 (diff) | |
| download | bits-UI-f3d57ee3a0e94076ad9454468e42140ff7ccdaed.tar.gz bits-UI-f3d57ee3a0e94076ad9454468e42140ff7ccdaed.tar.bz2 bits-UI-f3d57ee3a0e94076ad9454468e42140ff7ccdaed.zip | |
added new stuff!
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 |
