mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Many changes
* IMPORTANT: dat/spr should now be placed in /data/things/ * Rename game_tibiafiles to game_things * Make battle list algorithm much faster * Split UITabBar into UITabBar and UIMoveableTabBar * Fix other minor issues
This commit is contained in:
@@ -10,7 +10,7 @@ function init()
|
||||
|
||||
g_keyboard.bindKeyDown('Ctrl+P', toggle)
|
||||
|
||||
vipButton = modules.client_topmenu.addRightGameToggleButton('vipListButton', tr('VIP list') .. ' (Ctrl+P)', '/images/topbuttons/viplist', toggle)
|
||||
vipButton = modules.client_topmenu.addRightGameToggleButton('vipListButton', tr('VIP List') .. ' (Ctrl+P)', '/images/topbuttons/viplist', toggle)
|
||||
vipButton:setOn(true)
|
||||
vipWindow = g_ui.loadUI('viplist', modules.game_interface.getRightPanel())
|
||||
|
||||
|
Reference in New Issue
Block a user