Mercurial > wow > skeletonkey
comparison SystemBindings.xml @ 93:f9df7cd7bfd6 tip
revert pet spell subText collation
remove an empty script handler
author | Nenue |
---|---|
date | Tue, 04 Sep 2018 23:00:21 -0400 |
parents | c1c9dd6063a8 |
children |
comparison
equal
deleted
inserted
replaced
92:c1c9dd6063a8 | 93:f9df7cd7bfd6 |
---|---|
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/ | |
2 ..\FrameXML\UI.xsd"> | |
3 <Script file="SystemBindings.lua" /> | |
4 | |
5 <Frame name="$parentSystemBindings" parent="SkeletonKey" mixin="SkeletonKeySystemBindingsMixin"> | |
6 <Layers> | |
7 <Layer level="BACKGROUND"> | |
8 <Texture parentKey="Background"> | |
9 <Color a="1" r="1" g="0" b="0" /> | |
10 </Texture> | |
11 </Layer> | |
12 </Layers> | |
13 </Frame> | |
14 </Ui> |