Patch 2 #21
@@ -1,7 +1,7 @@
|
|||||||
--Basalt configurated installer
|
--Basalt configurated installer
|
||||||
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
|
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
|
||||||
if not(fs.exists(filePath))then
|
if not(fs.exists(filePath))then
|
||||||
shell.run("pastebin run ESs1mg7P packed true "..filePath) -- this is an alternative to the wget command
|
shell.run("pastebin run ESs1mg7P packed true "..filePath:gsub(".lua", "")) -- this is an alternative to the wget command
|
||||||
end
|
end
|
||||||
local basalt = require(filePath:gsub(".lua", "")) -- here you can change the variablename in any variablename you want default: basalt
|
local basalt = require(filePath:gsub(".lua", "")) -- here you can change the variablename in any variablename you want default: basalt
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
local basalt = require("Basalt")
|
local basalt = require("Basalt")
|
||||||
|
|
||||||
basalt.setVariable("buttonColor", basalt.shedule(function(self)
|
basalt.setVariable("buttonColor", basalt.schedule(function(self)
|
||||||
self:setBackground(colors.black)
|
self:setBackground(colors.black)
|
||||||
self:setForeground(colors.lightGray)
|
self:setForeground(colors.lightGray)
|
||||||
os.sleep(0.1)
|
os.sleep(0.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user