fixed sum stuff
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user