Basalt icon indicating copy to clipboard operation
Basalt copied to clipboard

bug: create label got crash

Open misaka18848 opened this issue 1 year ago • 0 comments

image local basalt = require("basalt")

basalt.setTheme({ ButtonBG = colors.lightBlue, ButtonText = colors.white, FrameBG = colors.white })

local start = basalt.createFrame() local aLabel = start:addLabel() aLabel:setText("Hello, World!") aLabel:setFontSize(2)

basalt.autoUpdate()

misaka18848 avatar Nov 13 '24 06:11 misaka18848