Posted 09 February 2017 - 09:15 PM
Hello!
I am currently making a web browser and I need a custom environment to shrink the webpage by a few pixels. Here's an example on what I want
How would I do something like this?
I am currently making a web browser and I need a custom environment to shrink the webpage by a few pixels. Here's an example on what I want
local websites = {
test = function()
setBG( colors.white )
end
}
local env = getfenv(1)
os.run(env, websites.test)
How would I do something like this?