Compare commits
No commits in common. "release" and "0.1.2" have entirely different histories.
1 changed files with 3 additions and 2 deletions
|
@ -86,8 +86,8 @@ local cameraBinds = {
|
||||||
["-"] = "CAMERAZOOMOUT",
|
["-"] = "CAMERAZOOMOUT",
|
||||||
["+"] = "CAMERAZOOMIN",
|
["+"] = "CAMERAZOOMIN",
|
||||||
|
|
||||||
["MOUSEWHEELUP"] = "STARTAUTORUN",
|
["MOUSEWHEELUP"] = "FOLLOWTARGET",
|
||||||
["MOUSEWHEELDOWN"] = "FOLLOWTARGET",
|
["MOUSEWHEELDOWN"] = "STARTAUTORUN",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Unsets a binding, if it exists
|
-- Unsets a binding, if it exists
|
||||||
|
@ -129,6 +129,7 @@ local function enableBars()
|
||||||
SetCVar("alwaysShowActionBars", 1);
|
SetCVar("alwaysShowActionBars", 1);
|
||||||
SetCVar("lockActionBars", 1);
|
SetCVar("lockActionBars", 1);
|
||||||
SetCVar("countdownForCooldowns", 1);
|
SetCVar("countdownForCooldowns", 1);
|
||||||
|
SetCVar("autoLootDefault", 1);
|
||||||
SetCVar("cameraDistanceMaxZoomFactor", 2);
|
SetCVar("cameraDistanceMaxZoomFactor", 2);
|
||||||
SetCVar("instantQuestText", 1);
|
SetCVar("instantQuestText", 1);
|
||||||
SetCVar("nameplateShowAll", 1);
|
SetCVar("nameplateShowAll", 1);
|
||||||
|
|
Loading…
Reference in a new issue