Skip to content

Commit

Permalink
Make the cars faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 18, 2024
1 parent 77a7f23 commit d270f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/racer/car.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Car::Car(
{
// INITIALIZING CAR PROPERTIES:
speed = 0;
speedAcceleration = 0.01f;
speedAcceleration = 0.04f;
turboSpeedAcceleration = 0.02f;
speedDeceleration = 0.986f;
steer = 0;
Expand Down

0 comments on commit d270f81

Please sign in to comment.