added zip utils
This commit is contained in:
+10
-3
@@ -4,6 +4,13 @@ local menu = require("gui.core.menus")
|
||||
-- local proc = gui:getProcessor():newProcessor("settings")
|
||||
|
||||
function Menu(frame)
|
||||
local background = frame:newImageLabel("assets/images/background.jpg")
|
||||
background:fullFrame()
|
||||
end
|
||||
local background = frame:newFrame():fullFrame()
|
||||
background:setShader(gui.SHADERS.background,{
|
||||
colA = color.shaderColA,
|
||||
colB = color.shaderColB,
|
||||
colC = color.shaderColC
|
||||
})
|
||||
background:shaderTime()
|
||||
end
|
||||
|
||||
return menu.registerMenu("settings", Menu)
|
||||
Reference in New Issue
Block a user