Mercurial > wow > cyborg-mmo7
changeset 31:183683794b91
Re-activated the red Cyborg head glow. It was disabled for some reason, and the red head had a purple glow.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Thu, 25 Apr 2013 01:31:16 +0000 |
parents | ea423ee3a8c1 |
children | fc5f52d60d16 |
files | CyborgMMO7.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CyborgMMO7.lua Thu Apr 25 01:31:11 2013 +0000 +++ b/CyborgMMO7.lua Thu Apr 25 01:31:16 2013 +0000 @@ -64,9 +64,9 @@ local OpenButtonGlowTexture = getglobal("CyborgMMO_OpenButtonPage".."OpenMainForm"):GetHighlightTexture() if mode == 1 then MiniMapTexture:SetVertexColor(1,0,0,1) - -- MiniMapGlowTexture:SetVertexColor(1,0.26,0.26,.75) + MiniMapGlowTexture:SetVertexColor(1,0.26,0.26,.75) OpenButtonTexture:SetVertexColor(1,0,0,0.75) - -- OpenButtonGlowTexture:SetVertexColor(1,0.26,0.26,0.50) + OpenButtonGlowTexture:SetVertexColor(1,0.26,0.26,0.50) elseif mode == 2 then MiniMapTexture:SetVertexColor(0.07,0.22,1,1) MiniMapGlowTexture:SetVertexColor(0.13,0.56,1,.75)