forgot one last function
This commit is contained in:
parent
94d6224e0a
commit
9e707c8590
|
@ -137,9 +137,7 @@ end
|
||||||
|
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setBackgroundColor(backgroundColor) -- Setting the background color
|
term.setBackgroundColor(backgroundColor) -- Setting the background color
|
||||||
renderPlayButton() -- Rendering the play button
|
buttonRender(false)
|
||||||
renderEjectButton() -- Rendering the eject button
|
|
||||||
renderCloseButton() -- Rendering the close button
|
|
||||||
status = defaultStatus -- Setting the value to the default
|
status = defaultStatus -- Setting the value to the default
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
|
|
Loading…
Reference in a new issue