Shrunk ball again

This commit is contained in:
Matt Low 2018-11-11 11:57:21 +04:00
parent 4c3add8378
commit 203e3311b7

View File

@ -7,7 +7,7 @@ import com.me.brickbuster.BrickBuster;
public class Ball extends Entity { 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 static final Color BALL_COLOR = Color.CHARTREUSE;
public Vector2 direction; public Vector2 direction;