Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
NLlemain authored Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9dcceaf commit 1a041e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/js/script.js
Original file line number Diff line number Diff line change
@@ -80,8 +80,8 @@ var cooldown = false;
var hearts = 3;
var lastHeartScore = 0;

var maxSpeed = 20;
var maxSpeed_2 = 25;
var maxSpeed = 15;
var maxSpeed_2 = 20;

for (var i = 0; i < carCount; i++) {
obstacles.push(new Obstacles(i));

0 comments on commit 1a041e0

Please sign in to comment.