mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Improve modules and sandbox system
This commit is contained in:
@@ -3,7 +3,7 @@ SkillFirstWidget < UIWidget
|
||||
SkillButton < UIButton
|
||||
height: 21
|
||||
margin-bottom: 2
|
||||
&onClick: Skills.onSkillButtonClick
|
||||
&onClick: onSkillButtonClick
|
||||
|
||||
SkillNameLabel < GameLabel
|
||||
font: verdana-11px-monochrome
|
||||
@@ -35,7 +35,7 @@ MiniWindow
|
||||
!text: tr('Skills')
|
||||
height: 150
|
||||
icon: skills.png
|
||||
@onClose: Skills.onMiniWindowClose()
|
||||
@onClose: onMiniWindowClose()
|
||||
&save: true
|
||||
|
||||
MiniWindowContents
|
||||
|
Reference in New Issue
Block a user