phetsims / sound-waves

"Sound Waves" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 1 forks source link

Use dynamic strings #11

Closed samreid closed 1 year ago

samreid commented 1 year ago

I noticed other team members were working one some of the repos above, so I messaged Slack:

GaugeNode was converted from using label: string to label: TReadOnlyProperty<string> to support dynamic layout as part of a commit in https://github.com/phetsims/sound/issues/11. This affected a handful of sims.

I confirmed gas-properties and energy-skate-park still run correctly after this change.

samreid commented 1 year ago

I implemented a basic version of this--will probably need more updating after improvements in #10, closing