annotate Modules/PetBattle.xml @ 135:4979b5cca6de

- Fixed lua error from newly obtained artifacts
author Nenue
date Thu, 25 Jan 2018 20:58:10 -0500
parents Modules/GuildInfo.xml@86621c60512b
children
rev   line source
Nenue@102 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@102 2 ..\FrameXML\UI.xsd">
Nenue@102 3
Nenue@135 4 <Script file="PetBattle.lua" />
Nenue@133 5
Nenue@133 6 <Frame name="VeneerPetBattleAbilityTemplate" parent="VeneerPetBattleInfo" parentArray="Abilities" virtual="true" mixin="VeneerPetBattleActionMixin">
Nenue@133 7 <Size x="48" y="48" />
Nenue@133 8 <Scripts>
Nenue@133 9 <OnEnter method="OnEnter" />
Nenue@133 10 <OnLeave method="OnLeave" />
Nenue@133 11 </Scripts>
Nenue@133 12 <Layers>
Nenue@133 13 <Layer level="BACKGROUND">
Nenue@133 14 <Texture parentKey="Icon" setAllPoints="true" />
Nenue@133 15
Nenue@133 16 </Layer>
Nenue@133 17 <Layer level="OVERLAY">
Nenue@133 18 <Texture parentArray="BetterIcon">
Nenue@133 19 <Size x="24" y="24" />
Nenue@133 20 <Anchors>
Nenue@133 21 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" />
Nenue@133 22 </Anchors>
Nenue@133 23 </Texture>
Nenue@133 24 <Texture parentArray="BetterIcon">
Nenue@133 25 <Size x="24" y="24" />
Nenue@133 26 <Anchors>
Nenue@133 27 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="26" y="0" />
Nenue@133 28 </Anchors>
Nenue@133 29 </Texture>
Nenue@133 30 <Texture parentArray="BetterIcon">
Nenue@133 31 <Size x="24" y="24" />
Nenue@133 32 <Anchors>
Nenue@133 33 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="54" y="0" />
Nenue@133 34 </Anchors>
Nenue@133 35 </Texture>
Nenue@133 36 <FontString parentKey="Name" inherits="GameFontNormal">
Nenue@133 37 <Anchors>
Nenue@133 38 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="4" y="-4" />
Nenue@133 39 </Anchors>
Nenue@133 40 </FontString>
Nenue@133 41 <FontString parentKey="Cooldown" inherits="GameFont_Gigantic">
Nenue@133 42 <Anchors>
Nenue@133 43 <Anchor point="CENTER" />
Nenue@133 44 </Anchors>
Nenue@133 45 </FontString>
Nenue@133 46
Nenue@133 47 <Texture parentKey="TypeIcon">
Nenue@133 48 <Size x="16" y="16" />
Nenue@133 49 <TexCoords left="0.79687500" right="0.49218750" top="0.50390625" bottom="0.65625000"/>
Nenue@133 50 <Anchors>
Nenue@133 51 <Anchor point="TOPRIGHT" />
Nenue@133 52
Nenue@133 53 </Anchors>
Nenue@133 54 </Texture>
Nenue@133 55
Nenue@133 56 <Texture setAllPoints="true" hidden="true" file="">
Nenue@133 57
Nenue@133 58 </Texture>
Nenue@133 59 <Texture parentKey="Border2" file="Interface\PetBattles\PetBattle-GoldSpeedFrame" hidden="true">
Nenue@133 60 <Size x="48" y="48"/>
Nenue@133 61 <Anchors>
Nenue@133 62 <Anchor point="CENTER" relativeKey="$parent.Icon"/>
Nenue@133 63 </Anchors>
Nenue@133 64 <TexCoords left="0.0" right="0.84375" top="0.0" bottom="0.8515625"/>
Nenue@133 65 </Texture>
Nenue@133 66 </Layer>
Nenue@133 67 </Layers>
Nenue@133 68 </Frame>
Nenue@133 69
Nenue@133 70 <Frame name="VeneerPetBattleInfo" parent="PetBattleFrame" hidden="false" mixin="VeneerPetBattleInfoMixin">
Nenue@133 71 <Size x="128" y="64" />
Nenue@133 72 <Scripts>
Nenue@133 73 <OnLoad method="OnLoad" />
Nenue@133 74 <OnEvent method="OnEvent" />
Nenue@133 75 <OnShow method="OnShow" />
Nenue@133 76 <OnHide method="OnHide" />
Nenue@133 77 </Scripts>
Nenue@133 78 <Frames>
Nenue@133 79 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 80 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 81 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 82 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 83 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 84 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 85 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 86 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 87 <Frame inherits="VeneerPetBattleAbilityTemplate" />
Nenue@133 88 </Frames>
Nenue@133 89 </Frame>
Nenue@133 90
Nenue@133 91
Nenue@133 92 </Ui>