mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Use new coding style in game modules
Lots of refactoring and changes Remove docs folder
This commit is contained in:
@@ -14,7 +14,7 @@ function init()
|
||||
onSkillChange = onSkillChange
|
||||
})
|
||||
|
||||
skillsWindow = g_ui.loadUI('skills.otui', GameInterface.getRightPanel())
|
||||
skillsWindow = g_ui.loadUI('skills.otui', modules.game_interface.getRightPanel())
|
||||
skillsButton = TopMenu.addRightGameToggleButton('skillsButton', tr('Skills') .. ' (Ctrl+S)', 'skills.png', toggle)
|
||||
skillsButton:setOn(true)
|
||||
g_keyboard.bindKeyDown('Ctrl+S', toggle)
|
||||
|
Reference in New Issue
Block a user