phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

Use PhetColorScheme.VELOCITY and PhetColorScheme.ACCELERATION #219

Open arouinfar opened 3 years ago

arouinfar commented 3 years ago

In https://github.com/phetsims/scenery-phet/issues/621 we modernized the colors used for velocity and acceleration.

This sim currently uses similar colors for the velocity and acceleration fills, but should be updated to use PhetColorScheme. https://github.com/phetsims/pendulum-lab/blob/master/js/common/PendulumLabConstants.js#L26-L27

Assigning to the responsible dev, @jonathanolson. This is not critical, but should be addressed the next time this sim gets worked on.