view clients/editor/gui/cameraedit.xml @ 179:28532ae6f9f6

Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 30 Jan 2009 00:54:07 +0000
parents clients/editor/content/gui/cameraedit.xml@4a0efb7baf70
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>