Mercurial > fife-parpg
view clients/editor/gui/cameraedit.xml @ 201:a9c4b895ed02
removed duplicate forward declaration for VFS in engine.h. Also added a forward declaration for SoundClipPool in engine.h because it has a pointer to a SoundClipPool.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 13 Mar 2009 02:47:03 +0000 |
parents | 28532ae6f9f6 |
children | 51cc05d862f2 |
line wrap: on
line source
<Window title="Camera Editor"> <VBox> <HBox> <Label name="idLabel" text="Camera ID:"/> <TextField name="idBox" min_size="50,10"/> </HBox> <HBox> <Label name="mapLabel" text="Camera Map ID:"/> <TextField name="mapBox" min_size="50,10"/> </HBox> <HBox> <Label name="layerLabel" text="Camera Layer ID:"/> <TextField name="layerBox" min_size="50,10"/> </HBox> <HBox> <Label name="viewLabel" text="Viewport ('x,y,w,h'):"/> <TextField name="viewBox" text="0,0,640,480" min_size="50,10"/> </HBox> <HBox> <Label name="refhLabel" text="Reference cell height:"/> <TextField name="refhBox" min_size="50,10"/> </HBox> <HBox> <Label name="refwLabel" text="Reference cell width:"/> <TextField name="refwBox" min_size="50,10"/> </HBox> <HBox> <Label name="rotLabel" text="Rotation:"/> <TextField name="rotBox" text="0" min_size="50,10"/> </HBox> <HBox> <Label name="tiltLabel" text="Tilt:"/> <TextField name="tiltBox" text="0" min_size="50,10"/> </HBox> </VBox> <HBox> <Button name="okButton" text="OK"/> <Button name="cancelButton" text="Cancel"/> </HBox> </Window>