Mercurial > wow > hansgar_and_franzok_assist
diff Libs/DF/load.xml @ 11:2f09fe4be15c
Added an Options Panel.
| author | Tercio |
|---|---|
| date | Mon, 20 Apr 2015 16:34:18 -0300 |
| parents | |
| children | 7944c081e5b4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Libs/DF/load.xml Mon Apr 20 16:34:18 2015 -0300 @@ -0,0 +1,22 @@ +<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="fw.lua"/> + <Script file="addon.lua"/> + <Script file="colors.lua"/> + <Script file="help.lua"/> + <Script file="label.lua"/> + <Script file="picture.lua"/> + <Script file="slider.lua"/> + <Script file="scrollbar.lua"/> + + <Include file="tutorial_alert.xml"/> + <Include file="split_bar.xml"/> + <Include file="textentry.xml"/> + <Include file="button.xml"/> + <Include file="cooltip.xml"/> + <Include file="dropdown.xml"/> + <Include file="normal_bar.xml"/> + <Include file="panel.xml"/> + + <Script file="pictureedit.lua"/> +</Ui> \ No newline at end of file
