From b0bf6b4fc798749a8f4b95fda35e17b959640011 Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 02:36:21 -0400 Subject: [PATCH] fixed some shit --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index 48a6389..86abded 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -95,11 +95,11 @@ term.setCursorPos(1, 1) term.setTextColor(textColor) end +term.clear() term.setBackgroundColor(backgroundColor) -- Setting the background color renderPlayButton() -- Rendering the play button renderEjectButton() -- Rendering the eject button status = defaultStatus --Setting the -term.clear() while true do local eventData = {os.pullEvent()}