mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
fixed typo
This commit is contained in:
parent
0ea45bfc0b
commit
8900491c18
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function statusRender(s) -- Renders the status bar
|
||||||
end
|
end
|
||||||
|
|
||||||
function renderCloseButton() -- Renders the X button
|
function renderCloseButton() -- Renders the X button
|
||||||
term.setCurorPos(width, 1)
|
term.setCursorPos(width, 1)
|
||||||
term.setTextColor(textColor)
|
term.setTextColor(textColor)
|
||||||
term.setBackgroundColor(backgroundColor)
|
term.setBackgroundColor(backgroundColor)
|
||||||
term.write("x")
|
term.write("x")
|
||||||
|
|
Loading…
Reference in a new issue