Update startup.lua

This commit is contained in:
CadenCoaster
2025-10-22 21:27:23 -07:00
committed by GitHub
parent cb6ed18e10
commit 5f90062dc9

View File

@@ -1,4 +1,7 @@
--os.pullEvent = os.pullEventRaw os.pullEvent = os.pullEventRaw
local image = nft.load(".wallpaper.nft")
local paint_image = paintutils.loadImage(".wallpaper.nfp")
local window = require("libs.window") local window = require("libs.window")
local nft = require "cc.image.nft" local nft = require "cc.image.nft"
@@ -82,8 +85,6 @@ local function windows()
end end
local function desktop() local function desktop()
local image = nft.load(".wallpaper.nft")
local paint_image = paintutils.loadImage(".wallpaper.nfp")
local w, h = term.getSize() local w, h = term.getSize()
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)
term.clear() term.clear()