fixed some shit
This commit is contained in:
parent
060e2e1e1e
commit
b0bf6b4fc7
|
@ -95,11 +95,11 @@ term.setCursorPos(1, 1)
|
||||||
term.setTextColor(textColor)
|
term.setTextColor(textColor)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
term.clear()
|
||||||
term.setBackgroundColor(backgroundColor) -- Setting the background color
|
term.setBackgroundColor(backgroundColor) -- Setting the background color
|
||||||
renderPlayButton() -- Rendering the play button
|
renderPlayButton() -- Rendering the play button
|
||||||
renderEjectButton() -- Rendering the eject button
|
renderEjectButton() -- Rendering the eject button
|
||||||
status = defaultStatus --Setting the
|
status = defaultStatus --Setting the
|
||||||
term.clear()
|
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
local eventData = {os.pullEvent()}
|
local eventData = {os.pullEvent()}
|
||||||
|
|
Loading…
Reference in a new issue