Results: 2Comments by: InriHSM
File: SnowfallCursor01-16-10
Here's a tweak I made to make in en...
Posted By: InriHSM
Here's a tweak I made to make in enable on combat. local frame = CreateFrame("Frame", nil, UIParent); frame:SetFrameStrata("TOOLTIP"); local texture = frame:CreateTexture(); texture:SetTexture(]); texture:SetBlendMode("ADD"); texture:SetAlpha(0.5); local x = 0; local y = 0; local speed = 0; local function OnUpdate(_, el...
File: SnowfallCursor01-16-10
Thanks a ton for making this, I've...
Posted By: InriHSM
Thanks a ton for making this, I've been looking for this type of addon for a while. If I may make a suggestion, though, I'd love to see the option to auto enable upon entering combat, or a way to manually enable and disable it. /edit - Also, what would be the value to change to adjust the max size? Would it be the 6 in this line?...