Shrunk ball again
This commit is contained in:
parent
4c3add8378
commit
203e3311b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user