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
xPosition variable in Sprite.java was declared as protected so you cannot pass the variable to a class that extends Sprite.java (Runner.java, Snail.java, etc) and so you had to update the local xPosition in the class and the xPosition in the extended Sprite class.
The text was updated successfully, but these errors were encountered:
xPosition variable in Sprite.java was declared as protected so you cannot pass the variable to a class that extends Sprite.java (Runner.java, Snail.java, etc) and so you had to update the local xPosition in the class and the xPosition in the extended Sprite class.
The text was updated successfully, but these errors were encountered: