diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index 31b78c0..b2335ff 100644 --- a/examples/basaltPreview.lua +++ b/examples/basaltPreview.lua @@ -1,7 +1,7 @@ --Basalt configurated installer local filePath = "basalt.lua" --here you can change the file path default: basalt.lua if not(fs.exists(filePath))then -shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt-minified.lua "..filePath) +shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) end local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt @@ -68,4 +68,4 @@ end):show()) -- Editor Frame: editorFrame:addTextfield("exampleTextfield"):setPosition(2,2):setBackground(colors.black):setSize(w-2,h-3):setForeground(colors.white):show() -basalt.autoUpdate() \ No newline at end of file +basalt.autoUpdate()