diff --git a/rhythmblock.lua b/rhythmblock.lua index f9c624b..e7d7928 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -137,9 +137,7 @@ end term.clear() term.setBackgroundColor(backgroundColor) -- Setting the background color -renderPlayButton() -- Rendering the play button -renderEjectButton() -- Rendering the eject button -renderCloseButton() -- Rendering the close button +buttonRender(false) status = defaultStatus -- Setting the value to the default while true do