Skip to content

Commit f3c2d3f

Browse files
committed
Set race length to be a bit shorter.
1 parent 60e385c commit f3c2d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/com/team13/game/scenes/Canvas.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class Canvas implements IScene {
6363
/**
6464
* How long the race is
6565
*/
66-
private final float raceLength = 15000;
66+
private final float raceLength = 8000;
6767

6868
/**
6969
* Used to spawn and keep track of all obstacles.

0 commit comments

Comments
 (0)