"0"
{
	"Text"				"#Tool_pulley_name"
	"Description"			"#Tool_pulley_desc"

	"ComboBox"
	{
		"Label"				"#Presets"
		"MenuButton"			"1"
		"Folder"			"settings/menu/main/constrain_pulley/"
		
		"Options"
		{
			"Default"
			{
				"pulley_forcelimit"		"0"
				"pulley_width"			"2"
				"pulley_material"		"cable/cable"
				"pulley_rigid"			"1"
			}
		}		
	
		"CVars"
		{
			"0"	"pulley_forcelimit"
			"0"	"pulley_width"
			"0"	"pulley_rigid"
		}
	}
	
	"Slider"
	{
		"Label"				"#PulleyTool_forcelimit"
		"Description"			"#PulleyTool_forcelimit_desc"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1000"
		"Command"			"pulley_forcelimit"
	}
	
	"Slider"
	{
		"Label"				"#PulleyTool_ropewidth"
		"Type"				"Float"
		"Min"				"1"
		"Max"				"20"
		"Command"			"pulley_width"
	}

	"CheckBox"
	{
		"Label"				"#PulleyTool_rigid"
		"Description"			"#PulleyTool_rigid_desc"
		"Command"			"pulley_rigid"
	}
	
}