add numpad keys in lua const

This commit is contained in:
Eduardo Bart
2012-01-16 03:54:53 -02:00
parent de0e4a1acf
commit 186e3dc86b
6 changed files with 38 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ local addVipWindow = nil
-- public functions
function VipList.create()
vipWindow = displayUI('viplist.otui', { parent = Game.gameRightPanel })
vipWindow:hide()
--vipWindow:hide()
TopMenu.addGameButton('vipListButton', 'VIP list', '/core_styles/icons/viplist.png', VipList.toggle)
end