Initial commit

This commit is contained in:
Sergio Álvarez 2018-05-14 04:23:54 +02:00
commit 7f8f8d3432
5 changed files with 30 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# pfUI-raidicons
BRING BACK THE ORIGINAL RAID ICONS TO pfUI ಠ_ಠ
## Installation
1. Download **[Latest Version](https://github.com/xergio/pfUI-raidicons/archive/master.zip)**
2. Unpack the Zip file
3. Rename the folder "pfUI-raidicons-master" to "pfUI-raidicons"
4. Copy "pfUI-raidicons" into Wow-Directory\Interface\AddOns
5. Restart WoW
## Preview
![preview](https://raw.githubusercontent.com/xergio/pfUI-raidicons/master/preview.png)

6
pfUI-raidicons.lua Normal file
View File

@ -0,0 +1,6 @@
for id, frame in pfUI.uf.frames do
if frame and frame.raidIcon and frame.raidIcon.texture then
frame.raidIcon.texture:SetTexture("Interface\\TARGETINGFRAME\\UI-RaidTargetingIcons")
end
end

9
pfUI-raidicons.toc Normal file
View File

@ -0,0 +1,9 @@
## Interface: 11200
## Title: |cff33ffccpf|cffffffffUI|cffaaaaaa [raidicons]
## Author: Gio
## Notes: Original raid icons for pfUI
## Version: 1.0
## Dependencies: pfUI
# main
pfUI-raidicons.lua

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB