From 7499119ac9486d42268654ad399260a925979e92 Mon Sep 17 00:00:00 2001 From: "navid.sassan" Date: Fri, 2 Apr 2021 16:33:10 +0200 Subject: [PATCH] testing --- energy_control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy_control b/energy_control index 4d42bb3..61ee3ae 100644 --- a/energy_control +++ b/energy_control @@ -49,7 +49,7 @@ function draw_screen() -- term.setCursorPos(0, 0) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) - term.write('Press "R" to toggle the rainbows\n') + print('Press "R" to toggle the rainbows') term.write('Rainbows state: ') if redstone_toggle_state == true then term.setBackgroundColor(colors.green)