修改:
Spellcraft.Minimap.lua
------------------- 修改图案大小
引用:
button:SetHeight(25);
button:SetWidth(25);
修改为:
引用:
button:SetHeight(18);
button:SetWidth(18);
------------------- 修改图案周围圆圈
引用:
tex:SetPoint("TOPLEFT", button, "TOPLEFT", -10, 8);
tex:SetWidth(70);
tex:SetHeight(70);
修改为:
引用:
tex:SetPoint("TOPLEFT", button, "TOPLEFT", -7, 5);
tex:SetWidth(50);
tex:SetHeight(50);
----------------------两处翻译-----------------
引用:
fs:SetFont(fs:GetFont(), 10); -- Resizing to 10
fs:SetText("Portals");
fs:SetText("\228\188\160\233\128\129\233\151\168\231\172\166\230\150\135");引用:
fs:SetFont(fs:GetFont(), 10); -- Resizing to 10
fs:SetText("Teleports");
fs:SetText("\228\188\160\233\128\129\231\172\166\230\150\135");
----------
PS:论坛有BUG?为什么我编辑自己的回复贴,就可以编辑插件发布信息?