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.

23 lines
790 B

<!--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">
<Frame name="NeuronZoneAbilityButtonTemplate" inherits="NeuronActionButtonTemplate" virtual="true">
<Size x="52" y="52"/>
<Layers>
<Layer level="BACKGROUND">
<Texture name="$parentStyle" parentKey="Style" hidden="true">
<Size x="220" y="110"/>
<Anchors>
<Anchor point="CENTER" x="-1.5" y="1"/>
</Anchors>
</Texture>
</Layer>
</Layers>
</Frame>
</Ui>