You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an idea: what about instead calling the method "modify" for these four things and having references to these four objects in a single scoreControls container ? so that one could do
for(let controls of scoreControls) {
controls.modify();
}
an idea: what about instead calling the method "modify" for these four things and having references to these four objects in a single scoreControls container ? so that one could do
or
Originally posted by @jcelerier in #82 (comment)
The text was updated successfully, but these errors were encountered: