-
Notifications
You must be signed in to change notification settings - Fork 10
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
atom position off in game #149
Comments
@jessegreenberg @jbphet this did not get fixed before the release of 1.6.0-rc.1. JB decided Jesse should fix it. For phetsims/qa/issues/22. |
Thanks @phet-steele, shutting down the RC until this is added. |
Layout fixed in the above commit, layout was changed so that it looks like the published version. |
@jessegreenberg, the atoms in every game look to be correctly vertically aligned on the screen, but not horizontally. Between different challenges, you can see an atom jump left and right with respect to each other. Below, the atom for Helium is much more to the left: |
@phet-steele do you know if the deployed version exhibits any of this atom jumping? |
It does. |
IMO, this is still worth fixing even if it appears in the published version unless it is unexpectedly difficult to do so. |
@jbphet sounds good. The atom is placed relative to its center, and the stability indicator for a particular AtomNode will change its bounds: If we place the atom according to its left bound, things should align. |
Handled in the above commit. Seemed to fix it, and I verified that the other AtomNodes in the other game views don't have this problem. |
I LIKE it! |
I'm regression testing master after pulling in some things from the 1.4-phetio branch, and saw a problem in the game where the position of an atom was off, see screenshot below. This should be fixed before next release off of master that includes the game.
The text was updated successfully, but these errors were encountered: