view clients/editor/gui/cameraedit.xml @ 255:51cc05d862f2

Merged editor_rewrite branch to trunk. This contains changes that may break compatibility against existing clients. For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 08 Jun 2009 16:00:02 +0000
parents 28532ae6f9f6
children
line wrap: on
line source

<Panel title="Camera Editor">
	<VBox hexpand="1">
		<HBox>
			<Label name="idLabel" text="Camera ID:" min_size="125,10"/>
			<TextField name="idBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="mapLabel" text="Camera Map ID:" min_size="125,10"/>
      <TextField name="mapBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="layerLabel" text="Camera Layer ID:" min_size="125,10"/>
      <TextField name="layerBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="viewLabel" text="Viewport ('x,y,w,h'):" min_size="125,10"/>
		  <TextField name="viewBox" text="0,0,640,480" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="refhLabel" text="Reference cell height:" min_size="125,10"/>
			<TextField name="refhBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="refwLabel" text="Reference cell width:" min_size="125,10"/>
			<TextField name="refwBox" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="rotLabel" text="Rotation:" min_size="125,10"/>
			<TextField name="rotBox" text="0" min_size="100,10"/>
		</HBox>
		<HBox>
			<Label name="tiltLabel" text="Tilt:" min_size="125,10"/>
			<TextField name="tiltBox" text="0" min_size="100,10"/>
		</HBox>
	</VBox>
	<HBox>
		<Button name="okButton" text="OK"/>
		<Button name="cancelButton" text="Cancel"/>
	</HBox>
</Panel>