vip improvements

This commit is contained in:
Henrique
2011-09-02 19:52:40 -03:00
parent 3928db1c4d
commit bdbfa5b6ac
4 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
VipListLabel < Label
font: tibia-10px-monochrome
margin.left: 30
Window
id: vipWindow
title: VIP

View File

@@ -11,6 +11,7 @@ function Game.onAddVip(id, name, online)
vipList:addChild(label)
label:setId('vip' .. id)
label:setText(name)
label:setStyle('VipListLabel')
if online then
label:setForegroundColor('#00ff00')