Move from SVN to GIT

This commit is contained in:
Sandor Takacs
2014-02-10 17:17:11 +01:00
commit b17ef61449
49 changed files with 5268 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<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.xsd">
<Script file="locals.lua"/>
<Script file="MyInventory.lua"/>
<Frame name="MyInventoryAnchorFrame" hidden="false" movable="true" parent="UIParent">
<Size>
<AbsDimension x="10" y="10"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT" >
<Offset>
<AbsDimension x="-5" y="100"/>
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="MyInventoryFrame" inherits="MyBagsFrameTemplate">
<Size>
<AbsDimension x="500" y="500"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT"/>
</Anchors>
<Frames>
</Frames>
</Frame>
</Frames>
</Frame>
</Ui>