View Single Post
07-09-12, 12:39 PM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Outer shadow is kinda hot

Just by removing the normal textures.


Combine that with a square minimap with the same outer shadow and you are ready to roll.

There we go (qMinimap hacked)


Even the tooltip stands no chance:


The setup that does this is:
Lua Code:
  1. backdrop = {
  2.         bgFile = "Interface\\Buttons\\WHITE8x8",
  3.         edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
  4.         tile = false,
  5.         tileSize = 32,
  6.         edgeSize = 6,
  7.         insets = { left = 6, right = 6, top = 6, bottom = 6 },
  8.     },

The border texture (edgeFile) is the outer shadow found in rActionButtonStyler.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 07-09-12 at 01:38 PM.
  Reply With Quote