Initial commit
This commit is contained in:
commit
7f8f8d3432
|
@ -0,0 +1,2 @@
|
||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
|
@ -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)
|
|
@ -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
|
|
@ -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
|
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
Loading…
Reference in New Issue