Mercurial > wow > skeletonkey
annotate SystemBindings.xml @ 80:b9a53385462c
- Fixed Demon Hunter Vengeance bindings, along with other spells that are replaced by specialization variants.
- Spells replaced by a specialization now display the replacing name along with the original name in their binding slot.
author | Nick@Zahhak |
---|---|
date | Tue, 21 Mar 2017 02:23:23 -0400 |
parents | 131d9190db6b |
children |
rev | line source |
---|---|
Nenue@70 | 1 <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/ |
Nenue@70 | 2 ..\FrameXML\UI.xsd"> |
Nenue@70 | 3 <Script file="SystemBindings.lua" /> |
Nenue@70 | 4 |
Nenue@70 | 5 <Frame name="$parentSystemBindings" parent="SkeletonKey" mixin="SkeletonKeySystemBindingsMixin"> |
Nenue@70 | 6 <Layers> |
Nenue@70 | 7 <Layer level="BACKGROUND"> |
Nenue@70 | 8 <Texture parentKey="Background"> |
Nenue@70 | 9 <Color a="1" r="1" g="0" b="0" /> |
Nenue@70 | 10 </Texture> |
Nenue@70 | 11 </Layer> |
Nenue@70 | 12 </Layers> |
Nenue@70 | 13 </Frame> |
Nenue@70 | 14 </Ui> |