Skip to content

Commit

Permalink
forgot to change the score, leaving it at 5 temporarily for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mshl2299 committed Apr 27, 2024
1 parent c310594 commit 65403de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let padding = 30; //distance from borders for Grey & Red Asteroid generation
let tolerance = 60; //for cheese movement and range detection
//Scores
let score = 0;
let scoreAmt = 15; //easily adjust grey asteroid points
let scoreAmt = 5; //easily adjust grey asteroid points
let scoreArray = [];
//levels & unlock detections
let level = 0;
Expand Down

0 comments on commit 65403de

Please sign in to comment.