{
	"style" : "groupbox",
	"title" : "Absorber Settings",
	"layout": [	
		{
			"control": "comboBox",
			"name": "color",
			"title": "Color",
			"type": "int",
			"tooltip": "What type of color beam should it absorb? A white absorber can absorb any color beam.",
			"value-default": 0,
			"elements": ["White", "Red", "Orange", "Purple", "Pink"]
		}
	]
}
