Mercurial > wow > reaction
annotate ReAction.xml @ 87:3499ac7c3a9b
Implemented paged actions and mind control actions, and config menus to suit.
There's still some sort of bug in the actionID-selection routine, it doesn't always auto-select the IDs that I think it's going to if you resize a bar several times (especially in the presence of multiple pages).
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sat, 28 Jun 2008 00:54:21 +0000 |
parents | dd01feae0d89 |
children | 4bc50350f405 |
rev | line source |
---|---|
flickerstreak@27 | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" |
flickerstreak@27 | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
flickerstreak@27 | 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> |
flickerstreak@27 | 4 |
flickerstreak@27 | 5 <Include file="lib\embeds.xml"/> |
flickerstreak@27 | 6 <Include file="locale\locale.xml"/> |
flickerstreak@27 | 7 |
flickerstreak@27 | 8 <Script file="ReAction.lua"/> |
flickerstreak@28 | 9 <Script file="Bar.lua"/> |
flickerstreak@73 | 10 <Script file="Overlay.lua"/> |
flickerstreak@69 | 11 <Script file="State.lua"/> |
flickerstreak@27 | 12 |
flickerstreak@27 | 13 <Include file="modules\modules.xml"/> |
flickerstreak@28 | 14 <Include file="bindings.lua"/> |
flickerstreak@27 | 15 |
flickerstreak@27 | 16 </Ui> |