mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 23:15:54 +02:00
Version 0.95 BETA
This commit is contained in:
10
modules/corelib/ui/uilabel.lua
Normal file
10
modules/corelib/ui/uilabel.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- @docclass
|
||||
UILabel = extends(UIWidget, "UILabel")
|
||||
|
||||
function UILabel.create()
|
||||
local label = UILabel.internalCreate()
|
||||
label:setPhantom(true)
|
||||
label:setFocusable(false)
|
||||
label:setTextAlign(AlignLeft)
|
||||
return label
|
||||
end
|
Reference in New Issue
Block a user