From 3de7f7ce8361c0bebbad5831c639f85bf3724529 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 15 Feb 2026 11:03:51 +0100 Subject: [PATCH] also fixed naming --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 6b5cfd1..adf9f18 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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.grey), colors.toBlit(colors.white)) + term.blit("\127", colors.toBlit(colors.gray), colors.toBlit(colors.white)) end end end