Skip to content

Commit

Permalink
Instrument temperature text, see #83
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 25, 2019
1 parent 84e1e24 commit 3be5614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ define( function( require ) {
// A text node that reflects the temperature of the slider or main model
var temperatureText = new Text( '?', {
font: TEMPERATURE_FONT,
fill: TEMPERATURE_COLOR
fill: TEMPERATURE_COLOR,
tandem: tandem.createTandem( 'temperatureText' )
} );

// create the BGR and star display
Expand Down

0 comments on commit 3be5614

Please sign in to comment.