"MotionBlur.txt"
{
	"Text"			"#MotionBlur"
	"Description"		"#MotionBlur_Information"
	
	// PRESETS!
	
	"CheckBox"
	{
		"Label"				"#MotionBlur_Toggle"
		"Command"			"pp_motionblur"
	}
	
	"ComboBox"
	{
		"Label"				"#Presets"
		"MenuButton"		"1"
		
		// List of built in, undeletable options
		"Options"
		{
			"#Default"
			{
				"pp_motionblur_addalpha"	"0.2"
				"pp_motionblur_delay"		"0.05"
				"pp_motionblur_drawalpha"	"0.99"
			}
		}
		
		// Load saved presets from this folder
		"Folder"	"motionblur"

		// List of CVars to save
		"CVars" 
		{
			"0"		"pp_motionblur_addalpha"
			"0"		"pp_motionblur_drawalpha"
			"0"		"pp_motionblur_delay"
		}
	}

	"Slider"
	{
		"Label"				"#MotionBlur_Add_Alpha"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1"
		"Command"			"pp_motionblur_addalpha"
	}
	
	"Slider"
	{
		"Label"				"#MotionBlur_DrawAlpha"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1"
		"Command"			"pp_motionblur_drawalpha"
	}
	
	"Slider"
	{
		"Label"				"#MotionBlur_Delay"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1"
		"Command"			"pp_motionblur_delay"
	}
	
}