Skip to content

bug: create label got crash #124

@misaka18848

Description

@misaka18848

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions