This commit is contained in:
TheMrIron2 2017-09-18 20:49:48 +01:00 committed by GitHub
parent f59121e6d7
commit bb2da3416f
1 changed files with 3 additions and 1 deletions
SDK

View File

@ -5,10 +5,12 @@
local function draw()
term.setTextColour(colours.black)
term.setBackgroundColour(colours.white)
center(3," MonoBrew Launcher ")
center(3," Official MES Development Disk ")
center(6," 1. Boot to shell ")
center(8," 2. Homebrew devkit ")
center(10," 3. Shut down ")
term.setCursorPos(1,18)
print("v1.0")
term.setBackgroundColour(colours.black)
term.setTextColour(colours.white)
end