added better background pattern

This commit is contained in:
Justus Wolff
2026-02-15 11:03:26 +01:00
parent 61af7d59bd
commit c90960e2ee

View File

@@ -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