and change background color to black on background pattern
This commit is contained in:
@@ -86,7 +86,7 @@ local function newdesign()
|
|||||||
term.blit(" ", colors.toBlit(colors.white), colors.toBlit(colors.white))
|
term.blit(" ", colors.toBlit(colors.white), colors.toBlit(colors.white))
|
||||||
else
|
else
|
||||||
term.setCursorPos(x, z)
|
term.setCursorPos(x, z)
|
||||||
term.blit("\127", colors.toBlit(colors.gray), colors.toBlit(colors.white))
|
term.blit("\127", colors.toBlit(colors.gray), colors.toBlit(colors.black))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user