Patch 2 #21

Merged
toastonrye merged 2 commits from patch-2 into master 2022-08-06 23:23:36 +08:00
Showing only changes of commit 46bb1c53f2 - Show all commits

View File

@@ -1,6 +1,6 @@
local basalt = require("Basalt")
basalt.setVariable("buttonColor", basalt.shedule(function(self)
basalt.setVariable("buttonColor", basalt.schedule(function(self)
self:setBackground(colors.black)
self:setForeground(colors.lightGray)
os.sleep(0.1)
@@ -159,4 +159,4 @@ end)
main = basalt.createFrame():addLayout("basaltPreview2.xml")
basalt.autoUpdate()
basalt.autoUpdate()