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()}