diff options
| author | Alee <alee14498@gmail.com> | 2018-08-09 23:14:34 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-08-09 23:14:34 -0400 |
| commit | a2edff6174ed208fe092b18fd9e2cea7b8ed7125 (patch) | |
| tree | f67cc910756ed2557093e79c4c80dad2d45a94e8 /system/desktop.lua | |
| parent | 66181f1e0faf5503cc46d5d997b2494dcc10a997 (diff) | |
| download | bits-UI-a2edff6174ed208fe092b18fd9e2cea7b8ed7125.tar.gz bits-UI-a2edff6174ed208fe092b18fd9e2cea7b8ed7125.tar.bz2 bits-UI-a2edff6174ed208fe092b18fd9e2cea7b8ed7125.zip | |
Added the desktop (it's empty)
Diffstat (limited to 'system/desktop.lua')
| -rw-r--r-- | system/desktop.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/desktop.lua b/system/desktop.lua new file mode 100644 index 0000000..5136c71 --- /dev/null +++ b/system/desktop.lua @@ -0,0 +1,3 @@ +term.clear() +term.setCursorPos(1,1) +print("Welcome to the desktop where nothing happens... Yet!")
\ No newline at end of file |
