Mercurial > fife-parpg
comparison tools/editor/gui/layerdialog.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 <Panel title="Layer Editor" min_size="200, 220"> | |
2 <VBox hexpand="1"> | |
3 <HBox> | |
4 <Label name="layerLabel" text="Layer ID:" /> | |
5 <TextField name="layerBox" hexpand="3" /> | |
6 </HBox> | |
7 <Label name="pathingLabel" text="Pathfinding strategy:"/> | |
8 <DropDown name="pathingBox"/> | |
9 | |
10 <Spacer fixed_size="10" /> | |
11 | |
12 <Label name="gridLabel" text="Grid type:" /> | |
13 <DropDown name="gridBox"/> | |
14 <HBox> | |
15 <Label name="rotLabel" text="Rotation:" /> | |
16 <TextField name="rotBox" text="0.0" hexpand="3" /> | |
17 </HBox> | |
18 <HBox> | |
19 <Label name="scaleLabel" text="Scale:" /> | |
20 <Label name="xScaleLabel" text="X:" hexpand="0"/> | |
21 <TextField name="xScaleBox" text="1.0" min_size="45,10" /> | |
22 <Label name="yScaleLabel" text="Y:" hexpand="0"/> | |
23 <TextField name="yScaleBox" text="1.0" min_size="45,10" /> | |
24 </HBox> | |
25 <HBox> | |
26 <Label name="offsetLabel" text="Offset:" /> | |
27 <Label name="xOffsetLabel" text="X:" hexpand="0" /> | |
28 <TextField name="xOffsetBox" text="0.0" min_size="45,10" /> | |
29 <Label name="yOffsetLabel" text="Y:" hexpand="0" /> | |
30 <TextField name="yOffsetBox" text="0.0" min_size="45,10" /> | |
31 </HBox> | |
32 <HBox> | |
33 <Label name="transLabel" text="Transparency:" hexpand="0" /> | |
34 <TextField name="transBox" text="0" min_size="45,10" /> | |
35 </HBox> | |
36 </VBox> | |
37 | |
38 <HBox> | |
39 <Spacer /> | |
40 <Button name="okButton" text="OK" /> | |
41 <Button name="cancelButton" text="Cancel" /> | |
42 </HBox> | |
43 | |
44 </Panel> |