Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Cambio velocidad
  • Loading branch information
GabrielTrbl authored Nov 27, 2023
1 parent a30636e commit 6df5672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function spawnNote() { // genera una nota y la agrega al arreglo
note.y = 0;
note.width = 24;
note.height = 24;
note.speed = Math.random () *1.5 + 1;
note.speed = Math.random () *1.25 + 1;
notes.push (note);
};

Expand Down

0 comments on commit 6df5672

Please # to comment.