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
There are only 10 different color types to choose for the random text to appear on the screen. This is because I hardcoded all of the colors. Make a 2D array to ensure all of the random possibilities can be choses.
There are only 10 different color types to choose for the random text to appear on the screen. This is because I hardcoded all of the colors. Make a 2D array to ensure all of the random possibilities can be choses.