Mercurial > wow > buffalo2
comparison Modules/BuffFrame.xml @ 86:48182978d1c6
- revert count info to non-hook method; something spam fires Hide making stacking debuffs unintelligible
- implement config variables for position and anchoring of buff sub-regions
| author | Nenue |
|---|---|
| date | Tue, 18 Oct 2016 19:53:24 -0400 |
| parents | 16b300d96724 |
| children | 6e2cb847c3c6 |
comparison
equal
deleted
inserted
replaced
| 85:1196b8175674 | 86:48182978d1c6 |
|---|---|
| 5 <Frame name="VeneerBuffFrame" mixin="VeneerBuffFrameMixin" inherits="VeneerMixinScripts" /> | 5 <Frame name="VeneerBuffFrame" mixin="VeneerBuffFrameMixin" inherits="VeneerMixinScripts" /> |
| 6 <Frame name="VeneerBuffTemplate" virtual="true" inherits="VeneerTemplate" hidden="true"> | 6 <Frame name="VeneerBuffTemplate" virtual="true" inherits="VeneerTemplate" hidden="true"> |
| 7 <Scripts> | 7 <Scripts> |
| 8 <OnLoad> | 8 <OnLoad> |
| 9 self.duration = self.progress.duration | 9 self.duration = self.progress.duration |
| 10 self.count = self.progress.count | 10 self.count = self.overlay.count |
| 11 self.border = self.underlay.bg | 11 self.border = self.underlay.bg |
| 12 </OnLoad> | 12 </OnLoad> |
| 13 </Scripts> | 13 </Scripts> |
| 14 <Frames> | 14 <Frames> |
| 15 <!-- | 15 <!-- |
| 36 <EdgeTexture> | 36 <EdgeTexture> |
| 37 <Color a="0" r="0" g="0" b="0" /> | 37 <Color a="0" r="0" g="0" b="0" /> |
| 38 </EdgeTexture> | 38 </EdgeTexture> |
| 39 </Cooldown> | 39 </Cooldown> |
| 40 <Frame name="$parentProgress" parentKey="progress" frameStrata="MEDIUM"> | 40 <Frame name="$parentProgress" parentKey="progress" frameStrata="MEDIUM"> |
| 41 <Anchors> | |
| 42 <Anchor point="BOTTOMLEFT" x="-1" y="-7" /> | |
| 43 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="1" y="-2" /> | |
| 44 </Anchors> | |
| 45 <Layers> | 41 <Layers> |
| 46 <Layer level="BACKGROUND"> | 42 <Layer level="BACKGROUND"> |
| 47 <Texture parentKey="bg" setAllPoints="true"> | 43 <Texture parentKey="bg" setAllPoints="true"> |
| 48 <Color a="1" r="0" g="0" b="0" /> | 44 <Color a="1" r="0" g="0" b="0" /> |
| 49 </Texture> | 45 </Texture> |
| 54 </Texture> | 50 </Texture> |
| 55 </Layer> | 51 </Layer> |
| 56 <Layer level="OVERLAY"> | 52 <Layer level="OVERLAY"> |
| 57 <FontString name="$parentDuration" parentKey="duration" inherits="VeneerNumberFont"> | 53 <FontString name="$parentDuration" parentKey="duration" inherits="VeneerNumberFont"> |
| 58 <Anchors> | 54 <Anchors> |
| 59 <Anchor point="BOTTOM" x="0" y="2" /> | 55 <Anchor point="BOTTOMLEFT" x="5" y="9" /> |
| 60 </Anchors> | 56 </Anchors> |
| 61 </FontString> | 57 </FontString> |
| 62 <FontString name="$parentCount" parentKey="count" inherits="VeneerNumberFont" justifyH="RIGHT"> | 58 </Layer> |
| 59 </Layers> | |
| 60 </Frame> | |
| 61 <Frame name="$parentOverlay" parentKey="overlay" setAllPoints="true"> | |
| 62 <Layers> | |
| 63 <Layer level="OVERLAY"> | |
| 64 <FontString name="$parentCount" parentKey="count" inherits="VeneerNumberFontLarge"> | |
| 63 <Anchors> | 65 <Anchors> |
| 64 <Anchor point="TOPRIGHT" x="-3" y="-3" /> | 66 <Anchor point="TOPRIGHT" x="-2" y="-2" /> |
| 65 </Anchors> | 67 </Anchors> |
| 66 </FontString> | 68 </FontString> |
| 67 </Layer> | 69 </Layer> |
| 68 </Layers> | 70 </Layers> |
| 69 </Frame> | 71 </Frame> |
