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
I noticed that in update() and draw() there is a fixed value of 16 in some places. My guess is that that is the number of pixels in the string. So would creating a global variable NUM_PIXELS and using that in update() and draw() work?
The text was updated successfully, but these errors were encountered:
I noticed that in
update()
anddraw()
there is a fixed value of16
in some places. My guess is that that is the number of pixels in the string. So would creating a global variableNUM_PIXELS
and using that inupdate()
anddraw()
work?The text was updated successfully, but these errors were encountered: