<board>
 <ball name="Ball" x="3" y="2" xVelocity="-15.4" yVelocity="-10.3" />
 <ball name="Ball2" x="3" y="17" xVelocity="0" yVelocity="0" />
 <ball name="Ball3" x="3" y="16" xVelocity="0" yVelocity="0" />
 <ball name="Ball4" x="3" y="15" xVelocity="0" yVelocity="0" />
 <ball name="Ball5" x="3" y="14" xVelocity="0" yVelocity="0" />
 <ball name="Ball6" x="10.5" y="9" xVelocity="0" yVelocity="0" />
 <ball name="Ball7" x="10.5" y="8" xVelocity="0" yVelocity="0" />
 <ball name="Ball8" x="10.5" y="7" xVelocity="0" yVelocity="0" />
 <ball name="Ball9" x="10.5" y="6" xVelocity="0" yVelocity="0" />
 <gizmos>
  <squareBumper   name="Square" x="10" y="10" />
  <triangleBumper name="Tri"    x="19" y="0"  orientation="90" />
  <triangleBumper name="Tri2"   x="0" y="0"  orientation="0" />
  <absorber       name="Abs"    x="0"  y="18.99" width="20" height="1" />
  <leftFlipper  name="LF92"  x="9"  y="2" orientation="0" />
 </gizmos>
 <connections>
  <connect sourceGizmo="Abs" targetGizmo="Abs" />
  <keyConnect key="32"  keyDirection="up" targetGizmo="Abs" />
  <keyConnect key="32"  keyDirection="down" targetGizmo="Abs" />
  <keyConnect key="65"  keyDirection="up" targetGizmo="LF92" />
  <keyConnect key="65"  keyDirection="down" targetGizmo="LF92" />
 </connections>
</board>
