View Single Post
09-28-21, 06:21 AM   #2
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
For the icons I use this

Lua Code:
  1. local iconbase = "\124TInterface\\MoneyFrame\\UI-%sIcon:%d:%d:1:0\124t"
  2. local iconSize = 14
  3. local goldicon = format(iconbase, 'Gold', iconSize, iconSize)
  4. local silvericon = format(iconbase, 'Silver', iconSize, iconSize)
  5. local coppericon = format(iconbase, 'Copper', iconSize, iconSize)
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote