testing color
This commit is contained in:
parent
20495931d0
commit
0e6fa358a7
|
@ -7,7 +7,7 @@ local require = function(path)
|
|||
return __DEFAULT_IMPORT(path)
|
||||
end
|
||||
end
|
||||
local __UPDATE_HASH = "979bd5bfa86b0404731e7575235126b2db006eb5"
|
||||
local __UPDATE_HASH = "c9dc11deed901f7419931e8de3bc9f24f77bc040"
|
||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||
local utils = require("utils.lua")
|
||||
local config = require("config.lua")
|
||||
|
@ -174,7 +174,7 @@ rawset(__BUNDLER_FILES, "ui.lua", function ()
|
|||
local btnY = 2
|
||||
ui.main:addButton()
|
||||
:setPosition(1, 5)
|
||||
:setBackground(colors.purple)
|
||||
:setBackground(colors.magenta)
|
||||
:setText("0")
|
||||
:setSize(6,1)
|
||||
:onClick(function()
|
||||
|
|
|
@ -94,7 +94,7 @@ function mod.InitUi()
|
|||
|
||||
ui.main:addButton()
|
||||
:setPosition(1, 5)
|
||||
:setBackground(colors.purple)
|
||||
:setBackground(colors.magenta)
|
||||
:setText("0")
|
||||
:setSize(6,1)
|
||||
:onClick(function()
|
||||
|
|
Loading…
Reference in New Issue
Block a user