view clients/editor/gui/cameraedit.xml @ 211:f10a2e78a0e1

- updated objectedit plugin, should work much better now - removed data records from objectedit plugin (way too buggy & ugly) - removed obsolete plugin data from settings.py NOTE: - the sliders for offset manipulation don't work ATM
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 16 Mar 2009 14:40:36 +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>