diff options
| author | Alee <alee14498@gmail.com> | 2018-08-09 19:10:28 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-08-09 19:10:28 -0400 |
| commit | 66181f1e0faf5503cc46d5d997b2494dcc10a997 (patch) | |
| tree | f9566e62f88154f076033a6f41b660b8938359aa | |
| parent | ccd2c2a01159a6927b502e964116d5bda631d974 (diff) | |
| download | bits-UI-66181f1e0faf5503cc46d5d997b2494dcc10a997.tar.gz bits-UI-66181f1e0faf5503cc46d5d997b2494dcc10a997.tar.bz2 bits-UI-66181f1e0faf5503cc46d5d997b2494dcc10a997.zip | |
The project is now called bits-UI
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | startup | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# bitsOS +# bits-UI An operating system for ComputerCraft Feel free to contribute to this project! @@ -1,8 +1,8 @@ --- bitsOS: An operating system for ComputerCraft. Licensed with GPL-3.0. +-- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0. local version = "1.0 Alpha 1" term.clear() term.setCursorPos(1,1) -print("Starting up bitsOS ".. version .."...") +print("Starting up bits-UI ".. version .."...") sleep(3)
\ No newline at end of file |
