phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
15 stars 13 forks source link

Factor out constant #314

Closed zepumph closed 1 year ago

zepumph commented 1 year ago

See https://github.com/phetsims/projectile-motion/blob/5a91e296c9fca5a573fd8777b754fd0606c38a29/js/common/view/TrajectoryNode.js#L201

matthew-blackman commented 1 year ago

PATH_MAX_OPACITY was perfect for this and already in TrajectoryNode. Closing this issue.