mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Updated .toc and converted to embeds.xml
This commit is contained in:
13
IceHUD.toc
13
IceHUD.toc
@ -1,4 +1,4 @@
|
|||||||
## Interface: 20100
|
## Interface: 20200
|
||||||
## Author: Iceroth
|
## Author: Iceroth
|
||||||
## Name: IceHUD
|
## Name: IceHUD
|
||||||
## Title: IceHUD |cff7fff7f -Ace2-|r
|
## Title: IceHUD |cff7fff7f -Ace2-|r
|
||||||
@ -12,16 +12,7 @@
|
|||||||
## X-Website: http://www.wowace.com/forums/index.php/topic,1705.0.html
|
## X-Website: http://www.wowace.com/forums/index.php/topic,1705.0.html
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
libs\AceLibrary\AceLibrary.lua
|
embeds.xml
|
||||||
libs\AceOO-2.0\AceOO-2.0.lua
|
|
||||||
libs\AceDB-2.0\AceDB-2.0.lua
|
|
||||||
libs\AceEvent-2.0\AceEvent-2.0.lua
|
|
||||||
libs\AceDebug-2.0\AceDebug-2.0.lua
|
|
||||||
libs\AceConsole-2.0\AceConsole-2.0.lua
|
|
||||||
libs\AceAddon-2.0\AceAddon-2.0.lua
|
|
||||||
libs\Gratuity-2.0\Gratuity-2.0.lua
|
|
||||||
libs\SharedMedia-1.0\SharedMedia-1.0.lua
|
|
||||||
libs\Waterfall-1.0\Waterfall-1.0.lua
|
|
||||||
|
|
||||||
# IceHUD core functionality
|
# IceHUD core functionality
|
||||||
IceCore.lua
|
IceCore.lua
|
||||||
|
15
embeds.xml
Normal file
15
embeds.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<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"/>
|
||||||
|
<Script file="libs\SharedMedia-1.0\SharedMedia-1.0.lua"/>
|
||||||
|
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
||||||
|
|
||||||
|
</Ui>
|
Reference in New Issue
Block a user