Pyroxenium / Basalt

A UI Framework for CC:Tweaked
MIT License
194 stars 38 forks source link

bug: create label got crash #124

Open misaka18848 opened 1 week ago

misaka18848 commented 1 week ago

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()