objectivetracker的心能栏位置判断有问题
fafaraway opened this issue · 8 comments
你把这个frame改成ScenarioBlocksFrame看看
这样不行
我自己是这样弄的
local function GetMawBuffsAnchor(frame)
local center = frame:GetCenter()
if center and center < C.ScreenWidth/2 * C.Mult then
return "LEFT"
else
return "RIGHT"
end
end
*C.Mult
能获得真实的尺寸,然后再判断位置就正确了