Speed ball up
This commit is contained in:
parent
409735d94e
commit
fa7e93953b
@ -17,8 +17,8 @@ public class Ball extends Entity {
|
|||||||
|
|
||||||
public static final int RADIUS = 45;
|
public static final int RADIUS = 45;
|
||||||
public static final Color BALL_COLOR = Color.CHARTREUSE;
|
public static final Color BALL_COLOR = Color.CHARTREUSE;
|
||||||
public static final float DEFAULT_SPEED = 1400;
|
public static final float DEFAULT_SPEED = 1800;
|
||||||
public static final float BOOST_SPEED = 1800;
|
public static final float BOOST_SPEED = 2200;
|
||||||
public static final int BLOCKS_FOR_BOOST = 39;
|
public static final int BLOCKS_FOR_BOOST = 39;
|
||||||
|
|
||||||
public Vector2 direction;
|
public Vector2 direction;
|
||||||
|
Loading…
Reference in New Issue
Block a user