Whoops
This commit is contained in:
parent
f59121e6d7
commit
bb2da3416f
SDK
4
SDK/game
4
SDK/game
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue