new font files, fixed some font issues

This commit is contained in:
Eduardo Bart
2011-11-01 00:35:50 -02:00
parent 841769cc7d
commit 999fa731c0
40 changed files with 279 additions and 1067 deletions

View File

@@ -17,7 +17,8 @@ local function onMotd(protocol, motd)
loadBox:destroy()
local motdNumber = tonumber(string.sub(motd, 0, string.find(motd, "\n")))
local motdMessage = string.sub(motd, string.find(motd, "\n") + 1, string.len(motd))
if motdNumber ~= tonumber(Configs.get("motd")) then
local lastMotdNumber = tonumber(Configs.get("motd"))
if motdNumber ~= lastMotdNumber then
hideCharlist = true
local motdBox = displayInfoBox("Message of the day", motdMessage)
motdBox.onOk = function()

View File

@@ -1,6 +1,6 @@
CharacterListLabel < Label
image: /core_ui/images/empty_rect.png
font: tibia-10px-monochrome
font: verdana-11px-monochrome
background-color: #00000000
offset: 2 0
focusable: true
@@ -33,7 +33,6 @@ MainWindow
text: |-
Account Status:
Free Account
font: helvetica-11px-bold
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top

View File

@@ -18,6 +18,7 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin.top: 2
margin.left: 18
margin.right: 18
@@ -33,6 +34,7 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin.top: 2
margin.left: 18
margin.right: 18