Skip to content

Commit

Permalink
make the bar magnet thicker (KP request) #156
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 7, 2024
1 parent 4a58b17 commit 3b18675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/BarMagnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import WithOptional from '../../../../phet-core/js/types/WithOptional.js';
import FELConstants from '../FELConstants.js';
import Dimension3 from '../../../../dot/js/Dimension3.js';

const DEFAULT_SIZE = new Dimension3( 250, 50, 20 );
const DEFAULT_SIZE = new Dimension3( 250, 50, 50 );
const STRENGTH_RANGE = FELConstants.MAGNET_STRENGTH_RANGE; // G
const STRENGTH_PERCENT_RANGE = new Range( 0, 100 ); // %

Expand Down

0 comments on commit 3b18675

Please sign in to comment.