mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Added new features to the options.
* Added 'enable smart walk' and 'show connection ping' options. * Minor tidy ups.
This commit is contained in:
@@ -6,15 +6,25 @@ Panel
|
||||
OptionCheckBox
|
||||
id: autoChaseOverride
|
||||
!text: tr('Allow auto chase override')
|
||||
|
||||
OptionCheckBox
|
||||
id: smartWalk
|
||||
!text: tr('Enable smart walking')
|
||||
!tooltip: tr('Will detect when to use diagonal step based on the\nkeys you are pressing')
|
||||
|
||||
OptionCheckBox
|
||||
id: walkBooster
|
||||
!text: tr('Enable walk booster')
|
||||
!tooltip: tr('Also know as dash in tibia community, recommended\nfor playing characters with high speed')
|
||||
!tooltip: tr('Also known as dash in tibia community, recommended\nfor playing characters with high speed')
|
||||
|
||||
OptionCheckBox
|
||||
id: enableMusic
|
||||
!text: tr('Enable music')
|
||||
|
||||
OptionCheckBox
|
||||
id: showPing
|
||||
!text: tr('Show connection ping')
|
||||
!tooltip: tr('Display connection speed to the server (milliseconds)')
|
||||
|
||||
OptionCheckBox
|
||||
id: showLeftPanel
|
||||
|
Reference in New Issue
Block a user