Closed brandonLi8 closed 4 years ago
@brandonLi8 yes go ahead and make this change
@brandonLi8 I opened an issue in scenery-phet to track these changes.
Should be good in master, @arouinfar can you verify?
Looks good in master. Thanks @jonathanolson.
From the CRC:
I marked this as failing for now. I took a look at PhetColorScheme, and there are 3 things that could potentially be updated.
According to PhetColorScheme, acceleration is green. Luckily, there are 0 usages of this! My recommendation would be to change this to yellow and update sims like projectile motion and collision lab (and others?) to use this constant.
According to PhetColorScheme, velocity is red-colorblind. Luckily, there are 0 usages of this! My recommendation would be to change this to green and update sims like projectile motion and collision lab (and others?) to use this constant.
There is no momentum in PhetColorScheme. We should probably add momentum using the color that collision lab is using.
@arouinfar @ariel-phet should I proceed with this?