Increase acceleration a bit
This commit is contained in:
parent
7ae37becba
commit
e33ac1f839
|
|
@ -6,7 +6,7 @@ class Welt implements Drawable
|
||||||
private static final int DISTANCE = 250;
|
private static final int DISTANCE = 250;
|
||||||
private final ArrayList<Rectangle> _obstacles;
|
private final ArrayList<Rectangle> _obstacles;
|
||||||
private double _speed = 150;
|
private double _speed = 150;
|
||||||
private double _acc = 0.5;
|
private double _acc = 2;
|
||||||
private final Random _random;
|
private final Random _random;
|
||||||
|
|
||||||
public Welt(Manager manager)
|
public Welt(Manager manager)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user