Update basaltPreview.lua

This commit is contained in:
Robert Jelic
2022-05-27 22:14:19 +02:00
committed by GitHub
parent b01a1e3a71
commit 31d03b5f21

View File

@@ -3,7 +3,7 @@ local filePath = "basalt.lua" --here you can change the file path default: basal
if not(fs.exists(filePath))then
shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath)
end
local basalt = dofile("lib/basalt.lua") -- here you can change the variablename in any variablename you want default: basalt
local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt
local w, h = term.getSize()