pb2menu 1


include play_header_include


widget
	y 56
	x 8
	valign center
	type checkbox
	text "Override Defaults"
	cvar override_defaults

widget
	yrel 16
	text "Q " // BALL PHYSICS

widget
	yrel 16
	valign center
	type checkbox
	cvar_default "1"
	text "Realistic flight"
	cvar real_ball_flight

widget
	yrel 16
	valign center
	type checkbox
	text "Bouncy!"
	cvar bouncy

widget
	yrel 16
	valign center
	type field
	width 3
	cvar_default "1.5"
	text "Bounceback"
	cvar bounceback

widget
	yrel 16
	valign center
	type field
	width 4
	cvar_default "2790"
	text "Ball speed"
	cvar ball_speed


widget
	yrel 16
	valign center
	type checkbox
	width 3
	cvar_default "1"
	text "Add player speed"
	cvar ball_addplayerspeed


widget
	yrel 16
	valign center
	type field
	width 3
	cvar_default "2"
	text "Ball life"
	cvar ball_life

widget
	yrel 16
	valign center
	type checkbox
	cvar_default "1"
	text "Slow balls bounce"
	cvar slowballsbounce

widget
	yrel 16
	text "Water friction"
	type checkbox
	cvar waterfriction
	valign center







widget
	y 72
	xcent 0
	text "Q " // GRENADE PHYSICS

widget
	yrel 16
	valign center
	text "Explode on impact"
	cvar_default 1
	type checkbox
	cvar gren_explodeonimpact
	
widget
	yrel 16
	valign center
	text "Add player speed"
	cvar_default 1
	type checkbox
	cvar gren_addplayerspeed
	
widget
	yrel 16
	text "Bursts"
	valign center
	type field
	width 3
	cvar_default 9
	cvar pbgren_bursts

widget
	yrel 16
	text "Balls per burst"
	valign center
	type field
	width 3
	cvar_default 8
	cvar pbgren_ballsperburst

widget
	yrel 16
	text "Q " // GENERAL PHYSICS

widget
	yrel 16
	text "Gravity"
	cvar sv_gravity
	cvar_default 800
	type field
	width 3
	valign center


widget
	yrel 16
	text "Air Acceleration"
	type checkbox
	cvar sv_airaccelerate
	valign center

widget
	yrel 16
	text "Tripping"
	type checkbox
	cvar_default "0"
	cvar tripping
	valign center


include back_include
