mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
fixed some shit
This commit is contained in:
parent
060e2e1e1e
commit
b0bf6b4fc7
1 changed files with 1 additions and 1 deletions
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue