Revision 168,
558 bytes
checked in by bretzel_parpg, 10 years ago
(diff) |
When you select open on a crate, it now will pop up a window displaying the contents of the crate
(which right now are just a bunch of backpack images)
|
Line | |
---|
1 | <Window name="topWindow" position_technique="center:center"> |
---|
2 | <HBox> |
---|
3 | <ImageButton name="Slot1" /> |
---|
4 | <ImageButton name="Slot2" /> |
---|
5 | <ImageButton name="Slot3" /> |
---|
6 | </HBox> |
---|
7 | <HBox> |
---|
8 | <ImageButton name="Slot4" /> |
---|
9 | <ImageButton name="Slot5" /> |
---|
10 | <ImageButton name="Slot6" /> |
---|
11 | </HBox> |
---|
12 | <HBox> |
---|
13 | <ImageButton name="Slot7" /> |
---|
14 | <ImageButton name="Slot8" /> |
---|
15 | <ImageButton name="Slot9" /> |
---|
16 | </HBox> |
---|
17 | <HBox> |
---|
18 | <Button name="takeAllButton" text="Take All" /> |
---|
19 | <Spacer /> |
---|
20 | <Button name="closeButton" text="Close" /> |
---|
21 | </HBox> |
---|
22 | </Window> |
---|
Note: See
TracBrowser
for help on using the repository browser.