1
0
Fork 0
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:
mint 2021-05-07 02:36:21 -04:00
parent 060e2e1e1e
commit b0bf6b4fc7

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