Mercurial > wow > reaction
annotate modules/modules.xml @ 159:799c6ea9da7b
added vehicle exit floater
some fixes for vehicle exit button on main bars
still some lingering settexcoords issues on the vehicle exit icon
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 29 Jun 2009 17:43:16 +0000 |
parents | 86564b5cbbff |
children | d0a41fc7b0d7 |
rev | line source |
---|---|
flickerstreak@26 | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" |
flickerstreak@26 | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
flickerstreak@26 | 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> |
flickerstreak@26 | 4 |
flickerstreak@112 | 5 <Script file="ConfigUI.lua"/> |
flickerstreak@109 | 6 <Script file="State.lua"/> |
flickerstreak@109 | 7 <Script file="LBF.lua"/> |
flickerstreak@109 | 8 <Script file="HideBlizzard.lua"/> |
flickerstreak@109 | 9 <Script file="Action.lua"/> |
flickerstreak@109 | 10 <Script file="PetAction.lua"/> |
flickerstreak@134 | 11 <Script file="Stance.lua"/> |
flickerstreak@146 | 12 <Script file="Bag.lua"/> |
flickerstreak@159 | 13 <Script file="VehicleExit.lua"/> |
flickerstreak@108 | 14 |
flickerstreak@26 | 15 </Ui> |