mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added LibMobHealth-4.0 to externals/embeds so people without other ace mods get estimated health values properly - added an option to allow shortening health values or not (1100 => 1.1k) for non-dogtag people
19 lines
832 B
XML
19 lines
832 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\Deformat-2.0\Deformat-2.0.lua"/>
|
|
<Script file="libs\Gratuity-2.0\Gratuity-2.0.lua"/>
|
|
<Include file="libs\LibDogTag-2.0\lib.xml"/>
|
|
<Include file="libs\LibMobHealth-4.0\lib.xml"/>
|
|
<Include file="libs\LibSharedMedia-2.0\lib.xml"/>
|
|
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
|
|
|
</Ui>
|