We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e385c commit f3c2d3fCopy full SHA for f3c2d3f
1 file changed
core/src/com/team13/game/scenes/Canvas.java
@@ -63,7 +63,7 @@ public class Canvas implements IScene {
63
/**
64
* How long the race is
65
*/
66
- private final float raceLength = 15000;
+ private final float raceLength = 8000;
67
68
69
* Used to spawn and keep track of all obstacles.
0 commit comments