obble / ladyui

mini 2.4.3 ui
4 stars 5 forks source link

Lower the backdrop? #5

Open Velcie1 opened 5 years ago

Velcie1 commented 5 years ago

Hey is it possible to lower the backdrop on the darkness? like I like the darkness when i open tabs etc but the gryphons(lions) and actionbar is just annoying, can I lower it?

Macumbafeh commented 4 years ago

Yes you can. i've found it. i deleted Griphin.

go in \Interface\AddOns\ladyui\skin Open Frame file :

Go to line : -- MAIN MENU BAR MainMenuBarTexture0, MainMenuBarTexture1, MainMenuBarTexture2, MainMenuBarTexture3, ect...

These are how the griphon look. if you delete these 4 lines. the griphins will be normal. not black anymore.

For actionbar i don't know. Maybe it's : BonusActionBarTexture0, BonusActionBarTexture1 OR : SlidingActionBarTexture0, SlidingActionBarTexture1,

Macumbafeh commented 4 years ago

If you wanna delete griphin : Instead of these lines : MainMenuBarLeftEndCap, MainMenuBarRightEndCap,

Add this : MainMenuBarLeftEndCap:SetAlpha(0), MainMenuBarRightEndCap:SetAlpha(0),