Mercurial > wow > detailed-bag
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0162704a3bc2 |
---|---|
1 <!-- Just exploring my options in here. Not any real serious stuff yet.--> | |
2 | |
3 <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/ | |
4 UI.xsd"> | |
5 <Frame name="CoreFrame" toplevel="true" parent="UIParent" movable="true"> | |
6 <Size x="400" y="400"/> | |
7 <Anchors> | |
8 <Anchor point="CENTER"/> | |
9 </Anchors> | |
10 <ResizeBounds> | |
11 <minResize x="385" y="300"/> | |
12 </ResizeBounds> | |
13 <!-- | |
14 <Layers> | |
15 <Layer level="BACKGROUND"> | |
16 </Layer> | |
17 <Layer level="ARTWORK"> | |
18 </Layer> | |
19 <Layer level="OVERLAY"> | |
20 </Layer> | |
21 </Layers> | |
22 --> | |
23 <Frames> | |
24 <Button> | |
25 <Size><AbsDimension x="100" y="40" /></Size> | |
26 <Anchors> | |
27 <Anchor point="CENTER" /> | |
28 </Anchors> | |
29 </Button> | |
30 </Frames> | |
31 </Frame> | |
32 </Ui> |