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
The Creating blocks as sprites section of the match-3 game tutorial references the variable image_name in an interpolated string, but the variable isn't added to the code until a later step in the tutorial.
The Creating blocks as sprites section of the match-3 game tutorial references the variable
image_namein an interpolated string, but the variable isn't added to the code until a later step in the tutorial.