You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.0 KiB
61 lines
2.0 KiB
<!--Neuron is a World of Warcraft® user interface addon.
|
|
Copyright (c) 2017-2021 Britt W. Yazel
|
|
Copyright (c) 2006-2014 Connor H. Chenoweth
|
|
This code is licensed under the MIT license (see LICENSE for details)-->
|
|
|
|
<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_shared.xsd">
|
|
|
|
<Button name="NeuronOverlayFrameTemplate" frameStrata="DIALOG" hidden="true" virtual="true">
|
|
<Layers>
|
|
<Layer>
|
|
<FontString name="$parentLabel" parentKey="label" inherits="ChatFontSmall" nonspacewrap="true">
|
|
<Anchors>
|
|
<Anchor point="TOP">
|
|
<Offset x="0" y="0"/>
|
|
</Anchor>
|
|
<Anchor point="BOTTOM">
|
|
<Offset x="0" y="0"/>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Color r="1" g="1" b="1"/>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Frame name="$parentSelect" parentKey="select" setAllPoints="true" hidden="true">
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture name="$parentReticle" parentKey="Reticle" file="Interface\Buttons\UI-AutoCastableOverlay">
|
|
<TexCoords left="0.24" right="0.75" top="0.24" bottom="0.75"/>
|
|
</Texture>
|
|
<Texture name="$parentReticleLeft" parentKey="Left" file="Interface\Buttons\UI-AutoCastableOverlay">
|
|
<Size x="8" y="8"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset x="1" y="-1"/>
|
|
</Anchor>
|
|
</Anchors>
|
|
<TexCoords left="0.234375" right="0.328125" top="0.234375" bottom="0.328125"/>
|
|
</Texture>
|
|
<Texture name="$parentReticleRight" parentKey="Right" file="Interface\Buttons\UI-AutoCastableOverlay">
|
|
<Size x="8" y="8"/>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT">
|
|
<Offset x="-1" y="-1"/>
|
|
</Anchor>
|
|
</Anchors>
|
|
<TexCoords left="0.640625" right="0.75" top="0.234375" bottom="0.328125"/>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self:SetFrameLevel(self:GetParent():GetFrameLevel()+1)
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
</Ui>
|