Skip to content

Commit

Permalink
速さの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
swawa-yu committed Jun 11, 2024
1 parent 44c6840 commit aec0278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
const HEXAGON_SIZE = 17.5;
const BALL_RADIUS = HEXAGON_SIZE / 1.5;

const MID_SPEED = HEXAGON_SIZE / 4;
const MID_SPEED = HEXAGON_SIZE / 3;
const MIN_SPEED = MID_SPEED / 1.5;
const MAX_SPEED = MID_SPEED * 1.5;

Expand Down

0 comments on commit aec0278

Please sign in to comment.