@ -30,4 +30,8 @@ Random random;
yVelocity = randomYDirection;
}
public void move(){
x += xVelocity;
y += yVelocity;