testing
This commit is contained in:
parent
be14343a81
commit
c3d70a4387
@ -45,8 +45,8 @@ end
|
|||||||
|
|
||||||
function draw_screen()
|
function draw_screen()
|
||||||
while true do
|
while true do
|
||||||
term.clear()
|
-- term.clear()
|
||||||
term.setCursorPos(0, 0)
|
-- term.setCursorPos(0, 0)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
term.setBackgroundColor(colors.black)
|
term.setBackgroundColor(colors.black)
|
||||||
term.write('Press "R" to toggle the rainbows\n')
|
term.write('Press "R" to toggle the rainbows\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user