mirror of
https://github.com/edubart/otclient.git
synced 2025-12-15 21:29:46 +01:00
enable skills and vip window on right panel
This commit is contained in:
@@ -22,10 +22,10 @@ local messageTypes = {
|
||||
-- public functions
|
||||
function TextMessage.create()
|
||||
bottomLabelWidget = UILabel.create()
|
||||
Game.gameMapUi:addChild(bottomLabelWidget)
|
||||
Game.gameMapPanel:addChild(bottomLabelWidget)
|
||||
|
||||
centerLabelWidget = UILabel.create()
|
||||
Game.gameMapUi:addChild(centerLabelWidget)
|
||||
Game.gameMapPanel:addChild(centerLabelWidget)
|
||||
end
|
||||
|
||||
-- hooked events
|
||||
|
||||
Reference in New Issue
Block a user