diff --git a/core/src/com/me/brickbuster/entity/Ball.java b/core/src/com/me/brickbuster/entity/Ball.java index ba77c94..1797895 100644 --- a/core/src/com/me/brickbuster/entity/Ball.java +++ b/core/src/com/me/brickbuster/entity/Ball.java @@ -7,7 +7,7 @@ import com.me.brickbuster.BrickBuster; public class Ball extends Entity { - public static final int RADIUS = 20; + public static final int RADIUS = 18; public static final Color BALL_COLOR = Color.CHARTREUSE; public Vector2 direction;