Closed zepumph closed 3 years ago
In CollisionLabTimeControlNode I see:
playPauseStepButtonOptions: { playPauseStepXSpacing: 9, playPauseButtonOptions: { radius: 30 }, stepBackwardButtonOptions: { radius: 20 }, stepForwardButtonOptions: { radius: 20 } },
The radius for stepButton by default is 20, and the radius for the play pause button is 28. Is that close enough? I don't see the value of maintaining these hard coded values in this sim, but I'm also an outsider. Feel free to do whatever is best!
I go here while working on https://github.com/phetsims/sun/issues/657
Removed those, since the defaults seem close enough. Thank you!
In CollisionLabTimeControlNode I see:
The radius for stepButton by default is 20, and the radius for the play pause button is 28. Is that close enough? I don't see the value of maintaining these hard coded values in this sim, but I'm also an outsider. Feel free to do whatever is best!
I go here while working on https://github.com/phetsims/sun/issues/657