purple :3
This commit is contained in:
parent
7ce154ed44
commit
1e170263fd
|
@ -7,7 +7,7 @@ local require = function(path)
|
|||
return __DEFAULT_IMPORT(path)
|
||||
end
|
||||
end
|
||||
local __UPDATE_HASH = "91dd6ccbfd182ee76b5008fe55aa8f752eaf4268"
|
||||
local __UPDATE_HASH = "32131b86ec80e34ab2d23337c9acc67413604d7f"
|
||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
|
||||
local utils = require("utils.lua")
|
||||
local config = require("config.lua")
|
||||
|
@ -174,6 +174,7 @@ rawset(__BUNDLER_FILES, "ui.lua", function ()
|
|||
local btnY = 2
|
||||
ui.main:addButton()
|
||||
:setPosition(1, 5)
|
||||
:setBackground(colors.purple)
|
||||
:setText("0")
|
||||
:setSize(6,1)
|
||||
:onClick(function()
|
||||
|
|
|
@ -94,6 +94,7 @@ function mod.InitUi()
|
|||
|
||||
ui.main:addButton()
|
||||
:setPosition(1, 5)
|
||||
:setBackground(colors.purple)
|
||||
:setText("0")
|
||||
:setSize(6,1)
|
||||
:onClick(function()
|
||||
|
|
Loading…
Reference in New Issue
Block a user