Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NLlemain authored Oct 23, 2024
1 parent a58e8e1 commit 31525d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ var cooldown = false;
var hearts = 3;
var lastHeartScore = 0;

var maxSpeed = 15;
var maxSpeed_2 = 18;
var maxSpeed_3 = 21;
var maxSpeed = 20;
var maxSpeed_2 = 25;
var maxSpeed_3 = 30;


for (var i = 0; i < carCount; i++) {
Expand Down

0 comments on commit 31525d5

Please sign in to comment.