mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added the ability to scale most health/power bars by the amount they're filled up with a customizable max/min color (health can go green to red, for example) - updated from SharedMedia-1.0 to LibSharedMedia-2.0
16 lines
687 B
XML
16 lines
687 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
|
..\FrameXML\UI.xsd">
|
|
|
|
<Script file="libs\AceLibrary\AceLibrary.lua"/>
|
|
<Script file="libs\AceOO-2.0\AceOO-2.0.lua"/>
|
|
<Script file="libs\AceDB-2.0\AceDB-2.0.lua"/>
|
|
<Script file="libs\AceEvent-2.0\AceEvent-2.0.lua"/>
|
|
<Script file="libs\AceDebug-2.0\AceDebug-2.0.lua"/>
|
|
<Script file="libs\AceConsole-2.0\AceConsole-2.0.lua"/>
|
|
<Script file="libs\AceAddon-2.0\AceAddon-2.0.lua"/>
|
|
<Script file="libs\Gratuity-2.0\Gratuity-2.0.lua"/>
|
|
<Include file="libs\LibSharedMedia-2.0\lib.xml"/>
|
|
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
|
|
|
</Ui>
|