master
Henrique 13 years ago
parent 9aa87da074
commit 35f7b816ee

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

@ -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

@ -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)

Loading…
Cancel
Save