Skip to content

Commit

Permalink
cube shooter levels
Browse files Browse the repository at this point in the history
  • Loading branch information
eshen7 committed Oct 21, 2023
1 parent 93adb4a commit 884e000
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ public Command scoreHybrid() {
}

public Command scoreMid() {
return cubeShooterRun(5, 1, 1);
return cubeShooterRun(5, 0.6, 0.6);
}

public Command scoreHigh() {
return cubeShooterRun(2, 0.8, 1);
return cubeShooterRun(1, 0.8, 1);
}

public Command yeetAcrossCS() {
Expand Down

0 comments on commit 884e000

Please sign in to comment.