{
	"style" : "groupbox",
	"title" : "Observer Properties",
	"layout": [
		{
			"control": "comboBox",
			"name": "dir",
			"title": "Direction",
			"type": "int",
			"tooltip": "What direction should it face?",
			"value-default": 0,
			"elements": ["Left", "Up", "Right", "Down"]
		}
	]
}
