This commit is contained in:
navid.sassan 2021-04-02 16:32:38 +02:00
parent be14343a81
commit c3d70a4387

View File

@ -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')