Skip to content

Commit

Permalink
Adjust intro second block placement, see phetsims/density#102
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Nov 16, 2021
1 parent e641326 commit d30d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/density/model/DensityIntroModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DensityIntroModel extends DensityBuoyancyModel {
tandem: blocksTandem.createTandem( 'blockA' )
} );
this.availableMasses.push( this.primaryMass );
this.secondaryMass = Cube.createWithMass( this.engine, Material.ALUMINUM, new Vector2( -0.2, 0.35 ), 13.5, {
this.secondaryMass = Cube.createWithMass( this.engine, Material.ALUMINUM, new Vector2( 0.2, 0.2 ), 13.5, {
tag: Mass.MassTag.SECONDARY,
tandem: blocksTandem.createTandem( 'blockB' ),
visible: false
Expand Down

0 comments on commit d30d485

Please sign in to comment.