Update basaltPreview2.lua
typo
This commit is contained in:
@@ -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)
|
||||||
@@ -159,4 +159,4 @@ end)
|
|||||||
|
|
||||||
main = basalt.createFrame():addLayout("basaltPreview2.xml")
|
main = basalt.createFrame():addLayout("basaltPreview2.xml")
|
||||||
|
|
||||||
basalt.autoUpdate()
|
basalt.autoUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user