phetsims / curve-fitting

"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

clean up bucketnode #121

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

Determine whether BucketNode can be replaced with SCENERY_PHET/BucketFront and SCENERY_PHET/BucketHole.

pixelzoom commented 5 years ago

@SaurabhTotey this is another relatively easy issue that you can start with.

SaurabhTotey commented 5 years ago

It seems like BucketNode uses BucketFront and BucketHole from SCENERY_PHET, but also adds extra functionality like to the bucket like a drag handler. From what I can tell, it seems like it would be difficult to replace BucketNode without re-implementing its functionality where it is used.