also fixed naming

This commit is contained in:
Justus Wolff
2026-02-15 11:03:51 +01:00
parent c90960e2ee
commit 3de7f7ce83

View File

@@ -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.grey), colors.toBlit(colors.white)) term.blit("\127", colors.toBlit(colors.gray), colors.toBlit(colors.white))
end end
end end
end end