mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
modules changes
* speedup widget destruction checks * rework outfit module using grid layout and the new design * fixes in console, terminal, textmessage modules
This commit is contained in:
@@ -10,6 +10,7 @@ function Background.init()
|
||||
|
||||
local clientVersionLabel = background:getChildById('clientVersionLabel')
|
||||
clientVersionLabel:setText('OTClient ' .. g_app.getVersion() .. '\n' ..
|
||||
'Rev ' .. g_app.getBuildRevision() .. '\n' ..
|
||||
'Built on ' .. g_app.getBuildDate())
|
||||
|
||||
if not g_game.isOnline() then
|
||||
|
||||
@@ -15,8 +15,8 @@ Panel
|
||||
background-color: #00000099
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
text-offset: 4 2
|
||||
height: 32
|
||||
text-align: center
|
||||
height: 48
|
||||
width: 120
|
||||
color: #ffffff
|
||||
font: verdana-11px-monochrome
|
||||
|
||||
Reference in New Issue
Block a user