Skip to content

Commit

Permalink
Add file description, see: phetsims/center-and-variability#222
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Jun 13, 2023
1 parent 130a00b commit 3381304
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/soccer-common/view/SoccerBallNode.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// Copyright 2023, University of Colorado Boulder

/**
* Renders a soccer ball that can be dragged horizontally. Uses AccessibleSlider so that the soccer ball functions
* similarly to a slider in alternativeInput.
*
* @author Sam Reid (PhET Interactive Simulations)
*
*/

import SoccerObjectNode, { CAVObjectNodeOptions } from './SoccerObjectNode.js';
import soccerCommon from '../soccerCommon.js';
import SoccerBall from '../model/SoccerBall.js';
Expand Down

0 comments on commit 3381304

Please sign in to comment.