/src/ChorusPartyFrame.xml (96ffcf91132468f60b162744c6c8593815524f67) (3645 bytes) (mode 100644) (type blob)
<?xml version="1.0" encoding="UTF-8"?>
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Script file="ChorusPartyFrame.lua"/>
<Frame name="ChorusPartyUnitFrameTemplate" inherits="ChorusLargeUnitFrameTemplate,ChorusMemberUnitFrameTemplate" virtual="true"/>
<Frame name="ChorusPartyPetUnitFrameTemplate" inherits="ChorusSmallUnitFrameTemplate" virtual="true"/>
<Frame name="ChorusPartyTOTUnitFrameTemplate" inherits="ChorusTinyUnitFrameTemplate,ChorusTOTUnitFrameTemplate" virtual="true"/>
<Frame name="ChorusPartyMemberFrameTemplate" protected="false" virtual="true">
<Size>
<AbsDimension x="180" y="150"/>
</Size>
<Frames>
<Frame name="$parentUnitFrame" inherits="ChorusPartyUnitFrameTemplate">
<Anchors>
<Anchor point="CENTER">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
</Frame>
<Frame name="$parentTargetFrame" inherits="ChorusPartyTOTUnitFrameTemplate">
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="$parentUnitFrame" relativePoint="TOPLEFT">
<Offset x="48" y="12"/>
</Anchor>
</Anchors>
</Frame>
<Frame name="$parentPetFrame" inherits="ChorusPartyPetUnitFrameTemplate">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentUnitFrame" relativePoint="BOTTOMLEFT">
<Offset x="32" y="-12"/>
</Anchor>
</Anchors>
</Frame>
</Frames>
<Attributes>
<Attribute name="unit" type="string" value="none"/>
</Attributes>
<Scripts>
<OnLoad>Chorus.partyMemberFrameMain(self);</OnLoad>
</Scripts>
</Frame>
<Frame name="ChorusPartyFrame">
<Size>
<AbsDimension x="768" y="128"/>
</Size>
<Anchors>
<Anchor point="BOTTOM">
<Offset x="256" y="200"/>
</Anchor>
<Anchor point="CENTER">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Frames>
<Frame name="ChorusPartyMemberFrame1" inherits="ChorusPartyMemberFrameTemplate" id="1">
<Anchors>
<Anchor point="BOTTOMLEFT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Attributes>
<Attribute name="unit" type="string" value="player"/>
</Attributes>
</Frame>
<Frame name="ChorusPartyMemberFrame2" inherits="ChorusPartyMemberFrameTemplate" id="2">
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="ChorusPartyMemberFrame1" relativePoint="BOTTOMRIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Attributes>
<Attribute name="unit" type="string" value="party1"/>
</Attributes>
</Frame>
<Frame name="ChorusPartyMemberFrame3" inherits="ChorusPartyMemberFrameTemplate" id="3">
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="ChorusPartyMemberFrame2" relativePoint="BOTTOMRIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Attributes>
<Attribute name="unit" type="string" value="party2"/>
</Attributes>
</Frame>
<Frame name="ChorusPartyMemberFrame4" inherits="ChorusPartyMemberFrameTemplate" id="4">
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="ChorusPartyMemberFrame3" relativePoint="BOTTOMRIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Attributes>
<Attribute name="unit" type="string" value="party3"/>
</Attributes>
</Frame>
<Frame name="ChorusPartyMemberFrame5" inherits="ChorusPartyMemberFrameTemplate" id="5">
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="ChorusPartyMemberFrame4" relativePoint="BOTTOMRIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Attributes>
<Attribute name="unit" type="string" value="party4"/>
</Attributes>
</Frame>
</Frames>
<Scripts>
<OnLoad>Chorus.partyFrameMain(self);</OnLoad>
</Scripts>
</Frame>
</Ui>
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
35 |
5c40e6e2862d70b5c51c326a13073a4012ac05c7 |
.gitignore |
100644 |
blob |
3606 |
f73da473168d1897963fd2e32d89841ca0461ec0 |
README.adoc |
040000 |
tree |
- |
271296b4bafcaa151458a0192fd313641ca9b409 |
bin |
100644 |
blob |
228 |
c7dd24afa7d5c2375ff60a91c73623a304b808f9 |
chorus.toc |
040000 |
tree |
- |
99c99c3cbc641f8954a5be291e61681cb5e74629 |
conf |
040000 |
tree |
- |
efa7258757edf7b888ea13c215e14b497fef8a16 |
doc |
100644 |
blob |
2391 |
1b0ca1bc25f74a34476360e5a8f14e28767b204e |
makefile |
040000 |
tree |
- |
f16576d6b030728a6fd22869589b1fbc2fa5bef6 |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/chorus
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/chorus
Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/chorus
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main