fixed some shit

This commit is contained in:
mint 2021-05-07 02:36:21 -04:00
parent 060e2e1e1e
commit b0bf6b4fc7
1 changed files with 1 additions and 1 deletions

View File

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