This commit is contained in:
navid.sassan 2021-04-02 16:33:10 +02:00
parent c3d70a4387
commit 7499119ac9

View File

@ -49,7 +49,7 @@ function draw_screen()
-- 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') print('Press "R" to toggle the rainbows')
term.write('Rainbows state: ') term.write('Rainbows state: ')
if redstone_toggle_state == true then if redstone_toggle_state == true then
term.setBackgroundColor(colors.green) term.setBackgroundColor(colors.green)