This commit is contained in:
Henrique 2011-09-13 18:53:58 -03:00
parent 9aa87da074
commit 35f7b816ee
3 changed files with 2 additions and 17 deletions

View File

@ -1,4 +1,5 @@
require 'textmessage'
require 'skill'
require 'vip'
-- private functions

View File

@ -1,16 +0,0 @@
VipListLabel < Label
font: tibia-10px-monochrome
margin.left: 30
Window
id: vipWindow
title: VIP
size: 200 200
TextList
id: vipList
anchors.fill: parent
margin.top: 19
margin.bottom: 3
margin.left: 3
margin.right: 3

View File

@ -1,7 +1,7 @@
vipWindow = nil
function createVipWindow()
vipWindow = loadUI("/game/ui/viplist.otui", Game.gameUi)
vipWindow = loadUI("/game/ui/vipwindow.otui", Game.gameUi)
end
function Game.onAddVip(id, name, online)