Speed ball up

This commit is contained in:
Matt Low 2018-11-13 17:21:23 +04:00
parent 409735d94e
commit fa7e93953b

View File

@ -17,8 +17,8 @@ public class Ball extends Entity {
public static final int RADIUS = 45;
public static final Color BALL_COLOR = Color.CHARTREUSE;
public static final float DEFAULT_SPEED = 1400;
public static final float BOOST_SPEED = 1800;
public static final float DEFAULT_SPEED = 1800;
public static final float BOOST_SPEED = 2200;
public static final int BLOCKS_FOR_BOOST = 39;
public Vector2 direction;