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