Mercurial > fife-parpg
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/editor/gui/layerdialog.xml Mon Jan 11 23:34:52 2010 +0000 @@ -0,0 +1,44 @@ +<Panel title="Layer Editor" min_size="200, 220"> + <VBox hexpand="1"> + <HBox> + <Label name="layerLabel" text="Layer ID:" /> + <TextField name="layerBox" hexpand="3" /> + </HBox> + <Label name="pathingLabel" text="Pathfinding strategy:"/> + <DropDown name="pathingBox"/> + + <Spacer fixed_size="10" /> + + <Label name="gridLabel" text="Grid type:" /> + <DropDown name="gridBox"/> + <HBox> + <Label name="rotLabel" text="Rotation:" /> + <TextField name="rotBox" text="0.0" hexpand="3" /> + </HBox> + <HBox> + <Label name="scaleLabel" text="Scale:" /> + <Label name="xScaleLabel" text="X:" hexpand="0"/> + <TextField name="xScaleBox" text="1.0" min_size="45,10" /> + <Label name="yScaleLabel" text="Y:" hexpand="0"/> + <TextField name="yScaleBox" text="1.0" min_size="45,10" /> + </HBox> + <HBox> + <Label name="offsetLabel" text="Offset:" /> + <Label name="xOffsetLabel" text="X:" hexpand="0" /> + <TextField name="xOffsetBox" text="0.0" min_size="45,10" /> + <Label name="yOffsetLabel" text="Y:" hexpand="0" /> + <TextField name="yOffsetBox" text="0.0" min_size="45,10" /> + </HBox> + <HBox> + <Label name="transLabel" text="Transparency:" hexpand="0" /> + <TextField name="transBox" text="0" min_size="45,10" /> + </HBox> + </VBox> + + <HBox> + <Spacer /> + <Button name="okButton" text="OK" /> + <Button name="cancelButton" text="Cancel" /> + </HBox> + +</Panel>