root/Project Folder/bump_n_jump/BallSprite.java

7583
212
		return false;
212
		return false;
213
	}
213
	}
214
214
215
	public Ellipse2D getCircle() {
216
		return circle;
217
	}
218
215
}
219
}