fixed sum stuff

This commit is contained in:
2025-12-23 12:46:47 -08:00
parent 9df738465a
commit aa64d18060
9 changed files with 15514 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ local basalt = require("globals.basalt")
-- Get the main frame (your window)
local count = 0
local main = basalt.getMainFrame()
main:setBackground(colors.black)
main:setBackground(colors.gray)
local w,h = term.getSize()
main:addLabel({
x = w/2-(7/2)+1,