mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Implement dash walking and zoom out again
This commit is contained in:
@@ -12,6 +12,11 @@ Panel
|
||||
!text: tr('Enable smart walking')
|
||||
!tooltip: tr('Will detect when to use diagonal step based on the\nkeys you are pressing')
|
||||
|
||||
OptionCheckBox
|
||||
id: dashWalk
|
||||
!text: tr('Enable dash walking')
|
||||
!tooltip: tr('Will boost your walk on high speed characters')
|
||||
|
||||
OptionCheckBox
|
||||
id: showPing
|
||||
!text: tr('Show connection ping')
|
||||
|
@@ -5,6 +5,7 @@ local defaultOptions = {
|
||||
fullscreen = false,
|
||||
classicControl = false,
|
||||
smartWalk = false,
|
||||
dashWalk = false,
|
||||
autoChaseOverride = true,
|
||||
showStatusMessagesInConsole = true,
|
||||
showEventMessagesInConsole = true,
|
||||
|
Reference in New Issue
Block a user