-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BucketNode #64
Comments
Replaced painting bucket node by standard scenery-phet component. Reassign to @jonathanolson for verification. |
Bucket use looks good, but isn't the clipping not needed? It should be possible to put the pointsNode under the BucketFront, and in front of the BucketHole, so that it's not needed. |
Good point, thank you! Removed clip shape for points. Reassign to @jonathanolson for verifcation. |
Looks good, thanks! |
We have standard code for displaying buckets in scenery-phet, so that sims are consistent. Is there any reason this code for displaying the bucket shouldn't be used? (Just the bucket, not what is in it).
Review: #31
The text was updated successfully, but these errors were encountered: