Skip to content

Commit

Permalink
Update stats screen group size
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseAndMore committed Dec 9, 2022
1 parent 6989a50 commit fa5216f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/common/ProjectileMotionConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const ProjectileMotionConstants = {
RAPID_FIRE_DELTA_TIME: 0.2,

//group size
GROUP_SIZE_DEFAULT: 20,
GROUP_SIZE_INCREMENT: 5,
GROUP_SIZE_MAX: 100,
GROUP_SIZE_DEFAULT: 10,
GROUP_SIZE_INCREMENT: 1,
GROUP_SIZE_MAX: 20,

CANNON_HEIGHT_RANGE: new Range( 0, 15 ), // in m
CANNON_ANGLE_RANGE: new Range( -90, 90 ), // in degrees
Expand Down

0 comments on commit fa5216f

Please sign in to comment.