Skip to content

Commit 9578cf8

Browse files
committed
Update positioning for hero trees to fit the new apex talents
1 parent 87d781c commit 9578cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TalentTreeViewer_TWW/mixins/TalentViewerUIMixin.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ local LibTalentTree = LibStub('LibTalentTree-1.0');
1414

1515
local L = LibStub('AceLocale-3.0'):GetLocale(name);
1616

17-
local SELECTION_NODE_POS_X = 7500;
17+
local SELECTION_NODE_POS_X = 6700;
1818
local SELECTION_NODE_POS_Y = 4200;
19-
local SUB_TREE_OFFSET_X = 8100;
19+
local SUB_TREE_OFFSET_X = 7600;
2020
local SUB_TREE_OFFSET_Y_TOP_TREE = 1500;
2121
local SUB_TREE_OFFSET_Y_BOTTOM_TREE = 4500;
2222
do

0 commit comments

Comments
 (0)