and change background color to black on background pattern

This commit is contained in:
Justus Wolff
2026-02-15 11:04:20 +01:00
parent 3de7f7ce83
commit 87fe8980ac

View File

@@ -86,7 +86,7 @@ local function newdesign()
term.blit(" ", colors.toBlit(colors.white), colors.toBlit(colors.white))
else
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