phetsims / build-a-nucleus

"Build a Nucleus" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 5 forks source link

Creation of arrow buttons and their enabled-ness can be its own class #132

Closed Luisav1 closed 1 year ago

Luisav1 commented 1 year ago

From #112.

The logic behind the enabledProperty of arrow buttons, and the creation of arrow buttons could be its own class.

Maybe consider even putting the logic of the creator nodes and their enabled / disabled-ness in this class as well so the whole bottom left section of the screens is its own node.

Luisav1 commented 1 year ago

Only factored out the arrow buttons in the commit above but will keep the creator nodes and labels in the main BANScreenView class. Closing.