Mercurial > wow > detailed-bag
diff DetailedBagUI.xml @ 0:0162704a3bc2
Nothing interesting yet, just trying out mercurial.
These files are the files ill be starting with.
author | L3nM3n |
---|---|
date | Sat, 23 Oct 2010 03:16:42 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DetailedBagUI.xml Sat Oct 23 03:16:42 2010 +0200 @@ -0,0 +1,32 @@ +<!-- Just exploring my options in here. Not any real serious stuff yet.--> + +<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/ +UI.xsd"> + <Frame name="CoreFrame" toplevel="true" parent="UIParent" movable="true"> + <Size x="400" y="400"/> + <Anchors> + <Anchor point="CENTER"/> + </Anchors> + <ResizeBounds> + <minResize x="385" y="300"/> + </ResizeBounds> +<!-- + <Layers> + <Layer level="BACKGROUND"> + </Layer> + <Layer level="ARTWORK"> + </Layer> + <Layer level="OVERLAY"> + </Layer> + </Layers> +--> + <Frames> + <Button> + <Size><AbsDimension x="100" y="40" /></Size> + <Anchors> + <Anchor point="CENTER" /> + </Anchors> + </Button> + </Frames> + </Frame> +</Ui> \ No newline at end of file