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