added better background pattern
This commit is contained in:
@@ -84,6 +84,9 @@ local function newdesign()
|
|||||||
if currentbuf then
|
if currentbuf then
|
||||||
term.setCursorPos(x, z)
|
term.setCursorPos(x, z)
|
||||||
term.blit(" ", colors.toBlit(colors.white), colors.toBlit(colors.white))
|
term.blit(" ", colors.toBlit(colors.white), colors.toBlit(colors.white))
|
||||||
|
else
|
||||||
|
term.setCursorPos(x, z)
|
||||||
|
term.blit("\127", colors.toBlit(colors.grey), colors.toBlit(colors.white))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user